11 lines
302 B
TypeScript
11 lines
302 B
TypeScript
/*!
|
|
* vue-router v5.0.6
|
|
* (c) 2026 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/
|
|
import { r as Options } from "../options-rGD93PHF.mjs";
|
|
|
|
//#region src/unplugin/webpack.d.ts
|
|
declare const _default: (options?: Options | undefined) => WebpackPluginInstance;
|
|
//#endregion
|
|
export { _default as default }; |