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, ColumnType, ColumnsType } from './interface'; export type { TablePaginationConfig, TableProps }; export default Table;