UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

6 lines 207 B
export type SortingFunc = (cellText1: string, cellText2: string) => number; export interface Sorting { ascendingFunc: SortingFunc; descendingFunc: SortingFunc; } //# sourceMappingURL=sorting.d.ts.map