update react-router.d.ts (#9066)

add basename to MatchArgs
This commit is contained in:
ascoders
2016-05-01 23:55:36 +08:00
committed by Masahiro Wakame
parent 649cae3279
commit 152fb904df

View File

@@ -250,6 +250,7 @@ declare namespace ReactRouter {
location?: H.Location | string
parseQueryString?: ParseQueryString
stringifyQuery?: StringifyQuery
basename?: string
}
interface MatchState extends RouterState {
history: History