Expose BrowserRouterProps and HashRouterProps interface.

This commit is contained in:
beary 2017-07-06 14:38:54 +08:00
parent 0459750446
commit 99733b1746

View File

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