Searched refs:SortableValue (Results 1 – 2 of 2) sorted by relevance
45 export type SortableValue = alias53 function columnTypeKind(a: SortableValue): number {70 export function compareUniversal(a: SortableValue, b: SortableValue): number {
21 SortableValue,55 sortKey?: (value: T) => SortableValue;