UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

7 lines (6 loc) 290 B
import type { App, Plugin } from '@vue/runtime-core'; import type { ConfigProviderContext } from 'yhui/es/components/config-provider'; export declare const makeInstaller: (components?: Plugin[]) => { version: string; install: (app: App, options?: ConfigProviderContext) => void; };