UI优化完善初版

This commit is contained in:
lt
2026-05-01 06:48:21 +08:00
parent e1ba31afda
commit cfb60d7aae
12228 changed files with 1358947 additions and 2593 deletions
+11
View File
@@ -0,0 +1,11 @@
import { ConfigProviderContext } from "./components/config-provider/src/constants.js";
import "./components/index.js";
import * as vue from "vue";
//#region ../../packages/element-plus/defaults.d.ts
declare const _default: {
version: string;
install: (app: vue.App, options?: ConfigProviderContext) => void;
};
//#endregion
export { _default };