UNPKG

sci-pro

Version:
16 lines (15 loc) 290 B
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 };