bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
13 lines (12 loc) • 462 B
JavaScript
import { s as resolveDirectiveProps } from "../../../floatingUi-DHMrP__c.mjs";
import { t as createFloatingDirective } from "../../../utils-CgwCsk6U.mjs";
import "vue";
//#region src/directives/BPopover/index.ts
var vBPopover = createFloatingDirective("$__popover", "BPopover", (text, defaults, binding, el) => ({
...defaults || void 0,
...resolveDirectiveProps(binding, el),
...text
}));
//#endregion
export { vBPopover };
//# sourceMappingURL=index.mjs.map