Skip to content

Commit c83aeed

Browse files
committed
Overhaul types to include more detail
1 parent 4f5d411 commit c83aeed

18 files changed

+401
-305
lines changed

lib/router/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export {
88
QUERY_PARAMS_SYMBOL,
99
} from './transition';
1010
export { default as TransitionState, TransitionError } from './transition-state';
11-
export { default as InternalRouteInfo, RouteInfo, Route } from './route-info';
11+
export { default as InternalRouteInfo, IModel, ModelFor, RouteInfo, Route } from './route-info';

0 commit comments

Comments
 (0)