defaults.d.ts 349 B

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