From 10e53688547ad0c771dc005b2cb008490726b87f Mon Sep 17 00:00:00 2001 From: John Reilly Date: Fri, 10 Feb 2017 10:08:14 +0000 Subject: [PATCH] react-router: Fix RedirectFunction not being exported --- react-router/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-router/index.d.ts b/react-router/index.d.ts index da1f23c87e..84b9f2c152 100644 --- a/react-router/index.d.ts +++ b/react-router/index.d.ts @@ -33,6 +33,7 @@ export { RoutePattern, RouterProps, RouterState, + RedirectFunction, StringifyQuery, Query } from "react-router/lib/Router";