diff --git a/react-router/index.d.ts b/react-router/index.d.ts index f8def50624..3faa19968d 100644 --- a/react-router/index.d.ts +++ b/react-router/index.d.ts @@ -90,7 +90,7 @@ declare module 'react-router' { } - function matchPath
(pathname: string, props: RouteProps): match
; + function matchPath
(pathname: string, props: RouteProps): match
| null;
function withRouter(component: React.SFC