UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

9 lines (6 loc) 311 B
import { YhConfigProvider } from './components/config-provider/index.mjs'; import { YhDialog } from './components/dialog/index.mjs'; import { YhTable } from './components/table/index.mjs'; var Plugins = [YhConfigProvider, YhDialog, YhTable]; export { Plugins as default }; //# sourceMappingURL=plugin.mjs.map