index.mjs 485 B

12345678910
  1. import { withInstallFunction } from "../../utils/vue/install.mjs";
  2. import { notificationEmits, notificationProps, notificationTypes } from "./src/notification.mjs";
  3. import notify from "./src/notify.mjs";
  4. //#region ../../packages/components/notification/index.ts
  5. const ElNotification = withInstallFunction(notify, "$notify");
  6. //#endregion
  7. export { ElNotification, ElNotification as default, notificationEmits, notificationProps, notificationTypes };
  8. //# sourceMappingURL=index.mjs.map