Browser and Hash RouterProps is TS specific.

This commit is contained in:
beary
2017-07-06 15:02:21 +08:00
committed by GitHub
parent 99733b1746
commit 9cbb40a080

View File

@@ -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,