first commit

This commit is contained in:
root
2026-04-08 17:52:38 +08:00
commit 70a2ca66f3
12436 changed files with 1921163 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import { ConfigProviderContext } from "./components/config-provider/src/constants.js";
import "./components/config-provider/index.js";
import { App, Plugin } from "vue";
//#region ../../packages/element-plus/make-installer.d.ts
declare const makeInstaller: (components?: Plugin[]) => {
version: string;
install: (app: App, options?: ConfigProviderContext) => void;
};
//#endregion
export { makeInstaller };