智慧水务管理系统 - 精河县供水工程综合管理平台

defaults.d.ts 332B

12345678910
  1. import { ConfigProviderContext } from "./components/config-provider/src/constants.js";
  2. import * as _$vue from "vue";
  3. //#region ../../packages/element-plus/defaults.d.ts
  4. declare const _default: {
  5. version: string;
  6. install: (app: _$vue.App, options?: ConfigProviderContext) => void;
  7. };
  8. //#endregion
  9. export { _default as default };