diff --git a/types/react-router-dom/index.d.ts b/types/react-router-dom/index.d.ts index 8a58dae3cf..52ec2352f2 100644 --- a/types/react-router-dom/index.d.ts +++ b/types/react-router-dom/index.d.ts @@ -56,9 +56,9 @@ declare module 'react-router-dom' { export { BrowserRouter, - BrowserRouterProps, + BrowserRouterProps, // TypeScript specific, not from React Router itself HashRouter, - HashRouterProps, + 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,