UNPKG

element-plus

Version:

A Component Library for Vue 3

10 lines (8 loc) 383 B
import { withInstall } from "../../utils/vue/install.mjs"; import { drawerEmits, drawerProps } from "./src/drawer.mjs"; import drawer_default from "./src/drawer2.mjs"; //#region ../../packages/components/drawer/index.ts const ElDrawer = withInstall(drawer_default); //#endregion export { ElDrawer, ElDrawer as default, drawerEmits, drawerProps }; //# sourceMappingURL=index.mjs.map