diff --git a/types/react-router-dom/index.d.ts b/types/react-router-dom/index.d.ts index 44725be863..52ec2352f2 100644 --- a/types/react-router-dom/index.d.ts +++ b/types/react-router-dom/index.d.ts @@ -56,7 +56,9 @@ declare module 'react-router-dom' { export { BrowserRouter, + BrowserRouterProps, // TypeScript specific, not from React Router itself HashRouter, + HashRouterProps, // TypeScript specific, not from React Router itself LinkProps, // TypeScript specific, not from React Router itself NavLinkProps, // TypeScript specific, not from React Router itself Link,