UNPKG

@bos-model-alpha/data

Version:

数据管理

3 lines (2 loc) 160 B
import { TableProps } from 'antd/lib/table'; export declare const CustomTable: <RecordType extends object = any>(props: TableProps<RecordType>) => JSX.Element;