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