bootstrap-vue-next
Version:
Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development
17 lines (16 loc) • 429 B
JavaScript
import "vue";
import { d as resolveDirectiveProps } from "../../../floatingUi-DAKhZxeT.mjs";
import { c as createFloatingDirective } from "../../../utils-BfbvBFtw.mjs";
const vBPopover = createFloatingDirective(
"$__popover",
"BPopover",
(text, defaults, binding, el) => ({
...defaults || void 0,
...resolveDirectiveProps(binding, el),
...text
})
);
export {
vBPopover
};
//# sourceMappingURL=index.mjs.map