UNPKG

antd-curd

Version:

基于 ant design 、 dva 的增删改查页面组件

9 lines (8 loc) 267 B
import { SorterResult } from 'antd/lib/table'; export declare const formatSorter: (sorter: SorterResult<any>) => any; export declare const searchFieldName: { page: string; limit: string; sortor: string; }; export declare const debounceWait = 600;