mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-16 15:11:00 +08:00
10 lines
366 B
TypeScript
10 lines
366 B
TypeScript
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-component/table';
|
|
export type { TablePaginationConfig, TableProps };
|
|
|
|
export default Table;
|