UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

9 lines (6 loc) 277 B
import Table from './src/table.mjs'; export { SettingData, actionsColumnProp } from './src/setting.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const YhTable = withInstall(Table); export { YhTable, YhTable as default }; //# sourceMappingURL=index.mjs.map