ant-design/components/table/index.tsx
2020-02-10 17:43:45 +08:00

8 lines
250 B
TypeScript

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