UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

8 lines (7 loc) 353 B
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-table'; export type { TablePaginationConfig, TableProps }; export default Table;