UNPKG

@fesjs/fes-design

Version:
14 lines (11 loc) 374 B
import './style'; import { withInstall, withNoopInstall } from '../_util/withInstall'; import Table from './table'; export { tableProps } from './table'; import Column from './column'; export { columnProps } from './column'; const FTable = withInstall(Table, { Column }); const FTableColumn = withNoopInstall(Column); export { FTable, FTableColumn, FTable as default };