UNPKG

xframelib

Version:

The accumulated front-end development foundation library originates from projects and serves projects.

5 lines (4 loc) 177 B
import { App, Directive } from 'vue'; declare const tooltipDirective: Directive; export declare function setupTooltipDirective(app: App): void; export default tooltipDirective;