版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

make-installer.d.ts 281 B

пре 1 година
12345
  1. import type { App, Plugin } from '@vue/runtime-core';
  2. export declare const makeInstaller: (components?: Plugin[]) => {
  3. version: string;
  4. install: (app: App, options?: Partial<import("element-plus/es/components/config-provider").ConfigProviderProps> | undefined) => void;
  5. };