UNPKG

vue-admin-core

Version:
7 lines (6 loc) 281 B
import type { ConfigProviderContext } from "vue-admin-core/es/components/config-provider"; import type { Plugin } from "vue"; export declare const makeInstaller: (components?: Plugin[]) => { install: (app: any, options?: ConfigProviderContext) => void; version: string; };