index.mjs 661 B

123456789101112
  1. import { withInstall, withInstallDirective } from "../../utils/vue/install.mjs";
  2. import { popoverEmits, popoverProps, popoverPropsDefaults } from "./src/popover.mjs";
  3. import popover_default from "./src/popover2.mjs";
  4. import directive_default, { VPopover } from "./src/directive.mjs";
  5. //#region ../../packages/components/popover/index.ts
  6. const ElPopoverDirective = withInstallDirective(directive_default, VPopover);
  7. const ElPopover = withInstall(popover_default, { directive: ElPopoverDirective });
  8. //#endregion
  9. export { ElPopover, ElPopover as default, ElPopoverDirective, popoverEmits, popoverProps, popoverPropsDefaults };
  10. //# sourceMappingURL=index.mjs.map