UNPKG

table-core-with-skip-accessor-key-dot-notation

Version:

Fork of @tanstack/table-core v.8.21.2

12 lines (11 loc) 398 B
import { SortingFn } from './features/RowSorting'; export declare const reSplitAlphaNumeric: RegExp; export declare const sortingFns: { alphanumeric: SortingFn<any>; alphanumericCaseSensitive: SortingFn<any>; text: SortingFn<any>; textCaseSensitive: SortingFn<any>; datetime: SortingFn<any>; basic: SortingFn<any>; }; export type BuiltInSortingFn = keyof typeof sortingFns;