feat: initial commit - Phase 1 & 2 core features

This commit is contained in:
hiderfong
2026-04-22 17:07:33 +08:00
commit 1773bda06b
25005 changed files with 6252106 additions and 0 deletions
@@ -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