ant-design/components/table/index.tsx

8 lines
250 B
TypeScript
Raw Normal View History

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