UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

6 lines (5 loc) 273 B
import Table, { type TablePaginationConfig, type TableProps } from './Table'; export type { ColumnProps } from './Column'; export type { ColumnGroupType, ColumnsType, ColumnType } from './interface'; export type { TableProps, TablePaginationConfig }; export default Table;