Merge pull request #14540 from johnnyreilly/master

react-router: Fix RedirectFunction not being exported
This commit is contained in:
John Reilly 2017-02-10 11:05:49 +00:00 committed by GitHub
commit 2fda73624f
2 changed files with 3 additions and 1 deletions

View File

@ -33,6 +33,7 @@ export {
RoutePattern,
RouterProps,
RouterState,
RedirectFunction,
StringifyQuery,
Query
} from "react-router/lib/Router";

View File

@ -17,7 +17,8 @@ import {
InjectedRouter,
Link,
RouterContext,
LinkProps
LinkProps,
RedirectFunction
} from "react-router";
const NavLink = (props: LinkProps) => (