UNPKG

@perfma/heaven

Version:

An UI Framework base [Ant Design V4](https://ant.design/components/overview-cn/) for React.

5 lines (4 loc) 219 B
import Table from './table'; import './index.less'; export type { ProTableProps as TableProps, ProColumnGroupType as TableColumnGroupType, ProColumnsType as TableColumnsType, } from './interface'; export default Table;