UNPKG

hongluan-ui

Version:
14 lines (11 loc) 544 B
import '../../utils/index.mjs'; import _sfc_main from './src/popover2.mjs'; import PopoverDirective, { VPopover } from './src/directive.mjs'; export { popoverEmits, popoverProps } from './src/popover.mjs'; import { withInstallDirective, withInstall } from '../../utils/vue/install.mjs'; const HlPopoverDirective = withInstallDirective(PopoverDirective, VPopover); const HlPopover = withInstall(_sfc_main, { directive: HlPopoverDirective }); export { HlPopover, HlPopoverDirective, HlPopover as default }; //# sourceMappingURL=index.mjs.map