UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

12 lines (9 loc) 366 B
import { withInstall, withNoopInstall } from '../../utils/install.mjs'; import Table from './table.mjs'; import TableColumn from './table-column/index.mjs'; const IvueTable = withInstall(Table, { TableColumn }); const IvueTableColumn = withNoopInstall(TableColumn); export { IvueTable, IvueTableColumn, IvueTable as default }; //# sourceMappingURL=index.mjs.map