UNPKG

@bos-alpha/progress

Version:

进度管理

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