UNPKG

toolpop

Version:

💬 **Toolpop** is a lightweight Vue 3 `v-pop` directive for reactive tooltips and simple HTML/image popovers.

7 lines (6 loc) • 187 B
import { type PopOptions } from "./pop"; import type { App } from "vue"; declare const _default: { install(app: App, options?: Partial<PopOptions>): void; }; export default _default;