UNPKG

unplugin-element-plus

Version:

<p align="center"> <img width="300px" src="https://user-images.githubusercontent.com/10731096/95823103-9ce15780-0d5f-11eb-8010-1bd1b5910d4f.png"> </p>

21 lines (19 loc) 408 B
import "./types.d-CC8q7Gcl.js"; import { unplugin } from "./index.d-BznGBDsp.js"; //#region src/vite.d.ts /** * Vite plugin * * @example * ```ts * // vite.config.ts * import ElementPlus from 'unplugin-element-plus/vite' * * export default defineConfig({ * plugins: [ElementPlus()], * }) * ``` */ declare const vite: typeof unplugin.vite; //#endregion export { vite as default, vite as "module.exports" };