UNPKG

tav-ui

Version:
6 lines (5 loc) 162 B
import type { App, Plugin } from 'vue'; export declare const makeInstaller: (components?: Plugin[]) => { version: string; install: (app: App) => void; };