UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

5 lines (4 loc) 247 B
import { ColumnType } from 'antd/lib/table'; import { ColumnT } from '../@types'; export declare const getSorter: (source: string) => (a: any, b: any) => number; export declare const mapToAntColumn: (columns: ColumnT[]) => Array<ColumnType<any>>;