File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,19 @@ export type {
48
48
RouteLocationPathRaw ,
49
49
RouteLocationMatched ,
50
50
RouteLocationOptions ,
51
- RouteRecordRedirectOption ,
52
51
// route records
53
52
_RouteRecordBase ,
53
+ RouteRecordName ,
54
+ RouteRecordRaw ,
55
+ RouteRecordRedirectOption ,
56
+ RouteRecordSingleView ,
57
+ RouteRecordSingleViewWithChildren ,
58
+ RouteRecordMultipleViews ,
59
+ RouteRecordMultipleViewsWithChildren ,
60
+ RouteRecordRedirect ,
54
61
RouteMeta ,
55
62
RouteComponent ,
56
63
// RawRouteComponent,
57
- RouteRecordName ,
58
- RouteRecordRaw ,
59
64
NavigationGuard ,
60
65
NavigationGuardNext ,
61
66
NavigationGuardWithThis ,
Original file line number Diff line number Diff line change @@ -219,8 +219,7 @@ export type _RouteRecordProps =
219
219
220
220
// TODO: could this be moved to matcher?
221
221
/**
222
- * Common properties among all kind of {@link RouteRecordRaw}
223
- * @internal
222
+ * Internal type for common properties among all kind of {@link RouteRecordRaw}.
224
223
*/
225
224
export interface _RouteRecordBase extends PathParserOptions {
226
225
/**
You can’t perform that action at this time.
0 commit comments