From 152fb904dffd145582da89a0c776822b26ff0e8d Mon Sep 17 00:00:00 2001 From: ascoders Date: Sun, 1 May 2016 23:55:36 +0800 Subject: [PATCH] update react-router.d.ts (#9066) add basename to MatchArgs --- react-router/react-router.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-router/react-router.d.ts b/react-router/react-router.d.ts index 07acd52b9e..80d2e4ee6d 100644 --- a/react-router/react-router.d.ts +++ b/react-router/react-router.d.ts @@ -250,6 +250,7 @@ declare namespace ReactRouter { location?: H.Location | string parseQueryString?: ParseQueryString stringifyQuery?: StringifyQuery + basename?: string } interface MatchState extends RouterState { history: History