first commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import { withInstallFunction } from "../../utils/vue/install.mjs";
|
||||
import { notificationEmits, notificationProps, notificationTypes } from "./src/notification.mjs";
|
||||
import notify from "./src/notify.mjs";
|
||||
|
||||
//#region ../../packages/components/notification/index.ts
|
||||
const ElNotification = withInstallFunction(notify, "$notify");
|
||||
|
||||
//#endregion
|
||||
export { ElNotification, ElNotification as default, notificationEmits, notificationProps, notificationTypes };
|
||||
//# sourceMappingURL=index.mjs.map
|
||||
Reference in New Issue
Block a user