mirror of
https://github.com/ant-design/ant-design.git
synced 2025-07-23 06:08:45 +08:00
7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
import Table, { TableProps, TablePaginationConfig } from './Table';
|
|
|
|
export { ColumnsType, ColumnType, ColumnGroupType } from './interface';
|
|
export { TableProps, TablePaginationConfig };
|
|
|
|
export default Table;
|