UNPKG

yuanchu

Version:

7 lines (6 loc) 211 B
import { App, Plugin } from '@vue/runtime-core'; export declare const version = "0.0.2"; export declare const compInstaller: (components?: Plugin[]) => { version: string; install: (app: App) => void; };