UNPKG

@bfehub/vuepress-theme-vmi

Version:

Vmi theme of VuePress

6 lines (5 loc) 284 B
import type { Router } from 'vue-router'; /** * Resolve a route with redirection */ export declare const useResolveRouteWithRedirect: (to: import("vue-router").RouteLocationRaw, currentLocation?: import("vue-router").RouteLocationNormalizedLoaded) => ReturnType<Router['resolve']>;