-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #255 from tildeio/expose-route-info-type
[BREAKING] Generics
- Loading branch information
Showing
17 changed files
with
898 additions
and
886 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export { default } from './router'; | ||
export { Transition } from './transition'; | ||
export { default as InternalTransition, PublicTransition as Transition } from './transition'; | ||
export { default as TransitionState } from './transition-state'; | ||
export { Route } from './route-info'; | ||
export { default as InternalRouteInfo, RouteInfo, Route } from './route-info'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.