UNPKG

@ant-design/pro-table

Version:
3 lines (2 loc) 161 B
import type { ColumnsState } from '../Store/Provide'; export declare const columnSort: (columnsMap: Record<string, ColumnsState>) => (a: any, b: any) => number;