@fesjs/fes-design
Version:
fes-design for PC
14 lines (11 loc) • 374 B
JavaScript
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 };