UNPKG

comic-plus

Version:

<p align="center"> <img width="200px" src="./logo.png"/> </p>

8 lines (6 loc) 189 B
import { ObjectDirective, App } from 'vue'; declare const useTooltip: () => ObjectDirective; declare const vTooltip: { install: (app: App) => void; }; export { useTooltip, vTooltip };