You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
349 B
TypeScript
11 lines
349 B
TypeScript
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 }; |