UNPKG

@vuesax-alpha/nightly

Version:
6 lines (5 loc) 237 B
import type { App, Plugin } from 'vue'; export declare const makeInstaller: (components?: Plugin[]) => { version: string; install: (app: App, options?: Partial<import("./components").ConfigProviderProps> | undefined) => void; };