8 lines
353 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
import type { TablePaginationConfig, TableProps } from './InternalTable';
import Table from './Table';
export type { ColumnProps } from './Column';
export type { ColumnGroupType, ColumnType, ColumnsType } from './interface';
export type { Reference as TableRef } from 'rc-table';
export type { TablePaginationConfig, TableProps };
export default Table;