StaticRouter has no any history props

This commit is contained in:
Budry
2017-03-24 23:59:28 +01:00
parent 34291ba1db
commit e77796aee3
+1 -1
View File
@@ -66,7 +66,7 @@ declare module 'react-router' {
class Router extends React.Component<RouterProps, void> {}
interface StaticRouterProps extends RouterProps {
interface StaticRouterProps {
basename?: string;
location?: string | object;
context?: object;