UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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