UNPKG

sure-ui

Version:

A Component Library for Vue 3

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