ant-design/components/table/index.tsx

8 lines
250 B
TypeScript
Raw Normal View History

2022-06-22 14:57:09 +08:00
import Table, { TablePaginationConfig, TableProps } from './Table';
export { ColumnProps } from './Column';
2022-06-22 14:57:09 +08:00
export { ColumnGroupType, ColumnsType, ColumnType } from './interface';
export { TableProps, TablePaginationConfig };
2015-07-09 11:41:36 +08:00
export default Table;