import n from "./tooltip.vue.mjs";
import e from "./tooltip.mjs";
const a = {
install(t) {
t.directive("tooltip", e);
}
}, l = (t) => (t.install = (i) => {
const o = t.name;
i.component(o, t);
}, t), c = l(n);
export {
c as Tooltip,
n as default,
a as tooltipDirective
};