87a731ff8da30588fa44a6228b36edaedd812d633cd3d87a33c448dcb4e1b3722fb08d1eaca9b1bef626bdc2428817e283bb4405fec0748ed4699e855e5ffc 508 B

123456789101112
  1. import Popover from './src/popover.mjs';
  2. import PopoverDirective, { VPopover } from './src/directive.mjs';
  3. export { popoverEmits, popoverProps } from './src/popover2.mjs';
  4. import { withInstallDirective, withInstall } from '../../utils/vue/install.mjs';
  5. const ElPopoverDirective = withInstallDirective(PopoverDirective, VPopover);
  6. const ElPopover = withInstall(Popover, {
  7. directive: ElPopoverDirective
  8. });
  9. export { ElPopover, ElPopoverDirective, ElPopover as default };
  10. //# sourceMappingURL=index.mjs.map