UNPKG

248 BTypeScriptView Raw
1import Table, { TableProps, TablePaginationConfig } from './Table';
2export { ColumnProps } from './Column';
3export { ColumnsType, ColumnType, ColumnGroupType } from './interface';
4export { TableProps, TablePaginationConfig };
5export default Table;