UNPKG

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