UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

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