diff --git a/types/react-router-dom/index.d.ts b/types/react-router-dom/index.d.ts index 44725be863..8a58dae3cf 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, HashRouter, + HashRouterProps, LinkProps, // TypeScript specific, not from React Router itself NavLinkProps, // TypeScript specific, not from React Router itself Link,