mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
8 lines
250 B
TypeScript
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;
|