RouteLocationPathRaw,
RouteLocationMatched,
RouteLocationOptions,
- RouteRecordRedirectOption,
// route records
_RouteRecordBase,
+ RouteRecordName,
+ RouteRecordRaw,
+ RouteRecordRedirectOption,
+ RouteRecordSingleView,
+ RouteRecordSingleViewWithChildren,
+ RouteRecordMultipleViews,
+ RouteRecordMultipleViewsWithChildren,
+ RouteRecordRedirect,
RouteMeta,
RouteComponent,
// RawRouteComponent,
- RouteRecordName,
- RouteRecordRaw,
NavigationGuard,
NavigationGuardNext,
NavigationGuardWithThis,
// TODO: could this be moved to matcher?
/**
- * Common properties among all kind of {@link RouteRecordRaw}
- * @internal
+ * Internal type for common properties among all kind of {@link RouteRecordRaw}.
*/
export interface _RouteRecordBase extends PathParserOptions {
/**