版博士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.

defaults.d.ts 202 B

12345
  1. declare const _default: {
  2. version: string;
  3. install: (app: import("vue").App<any>, options?: Partial<import("./components").ConfigProviderProps> | undefined) => void;
  4. };
  5. export default _default;