UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 303 B
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;