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) 417 B
import "./types.d-CC8q7Gcl.js"; import { unplugin } from "./index.d-BznGBDsp.js"; //#region src/webpack.d.ts /** * Webpack plugin * * @example * ```js * // webpack.config.js * import ElementPlus from 'unplugin-element-plus/webpack' * * default export { * plugins: [ElementPlus()], * } * ``` */ declare const webpack: typeof unplugin.webpack; //#endregion export { webpack as default, webpack as "module.exports" };