import o from "./tooltip.vue.mjs";
import i from "./tooltip.mjs";
import { withInstall as r } from "../utils/withInstall.mjs";
const m = {
install(t) {
t.directive("tooltip", i);
}
}, c = r(o);
export {
c as Tooltip,
o as default,
m as tooltipDirective
};