vue-router
Version:
> To see what versions are currently supported, please refer to the [Security Policy](./packages/router/SECURITY.md).
10 lines • 301 B
text/typescript
/*!
* vue-router v5.2.0
* (c) 2026 Eduardo San Martin Morote
* @license MIT
*/
import { r as Options } from "../options-P-0BPDru.mjs";
//#region src/unplugin/webpack.d.ts
declare const _default: (options?: Options | undefined) => WebpackPluginInstance;
//#endregion
export { _default as default };