ant-design/components/table/index.tsx
2022-06-22 14:57:09 +08:00

8 lines
250 B
TypeScript

import Table, { TablePaginationConfig, TableProps } from './Table';
export { ColumnProps } from './Column';
export { ColumnGroupType, ColumnsType, ColumnType } from './interface';
export { TableProps, TablePaginationConfig };
export default Table;