使用VUE重构项目
This commit is contained in:
11
frontend/admin/node_modules/element-plus/lib/defaults.d.ts
generated
vendored
Normal file
11
frontend/admin/node_modules/element-plus/lib/defaults.d.ts
generated
vendored
Normal 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 };
|
||||
Reference in New Issue
Block a user