mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
91df688efd
* chore: basic prepare * chore: adjust render logic * chore: fix lint * chore: bump table * test: update snapshot
9 lines
305 B
TypeScript
9 lines
305 B
TypeScript
import { type TablePaginationConfig, type TableProps } from './InternalTable';
|
|
import Table from './Table';
|
|
|
|
export type { ColumnProps } from './Column';
|
|
export type { ColumnGroupType, ColumnsType, ColumnType } from './interface';
|
|
export type { TableProps, TablePaginationConfig };
|
|
|
|
export default Table;
|