10 lines
312 B
TypeScript
10 lines
312 B
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/esbuild.d.ts
|
|
declare const _default: (options?: Options | undefined) => import("unplugin").EsbuildPlugin;
|
|
//#endregion
|
|
export { _default as default }; |