amis-rpc-design/node_modules/antd/lib/table/index.d.ts

7 lines
303 B
TypeScript
Raw Normal View History

2023-10-07 19:42:30 +08:00
import { type TablePaginationConfig, type TableProps } from './InternalTable';
import Table from './Table';
export type { ColumnProps } from './Column';
export type { ColumnGroupType, ColumnType, ColumnsType } from './interface';
export type { TablePaginationConfig, TableProps };
export default Table;