UNPKG

@gzued/antd-compiled

Version:

Pre-bundled Ant Design 4.x and related dependencies for @gzued packages

6 lines (5 loc) 248 B
import Table, { TablePaginationConfig, TableProps } from './Table'; export { ColumnProps } from './Column'; export { ColumnGroupType, ColumnsType, ColumnType } from './interface'; export { TableProps, TablePaginationConfig }; export default Table;