UNPKG

hongluan-ui

Version:
22 lines (17 loc) 736 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../utils/index.js'); var popover$1 = require('./src/popover2.js'); var directive = require('./src/directive.js'); var popover = require('./src/popover.js'); var install = require('../../utils/vue/install.js'); const HlPopoverDirective = install.withInstallDirective(directive["default"], directive.VPopover); const HlPopover = install.withInstall(popover$1["default"], { directive: HlPopoverDirective }); exports.popoverEmits = popover.popoverEmits; exports.popoverProps = popover.popoverProps; exports.HlPopover = HlPopover; exports.HlPopoverDirective = HlPopoverDirective; exports["default"] = HlPopover; //# sourceMappingURL=index.js.map