1 | import type { TablePaginationConfig, TableProps } from './InternalTable';
|
2 | import Table from './Table';
|
3 | export type { ColumnProps } from './Column';
|
4 | export type { ColumnGroupType, ColumnType, ColumnsType } from './interface';
|
5 | export type { Reference as TableRef } from 'rc-table';
|
6 | export type { TablePaginationConfig, TableProps };
|
7 | export default Table;
|