mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-14 05:50:20 +00:00
react-router added routes to RouteComponentProps
This commit is contained in:
Vendored
+1
@@ -90,6 +90,7 @@ export interface RouteComponentProps<P, R> {
|
||||
params: P & R;
|
||||
route: PlainRoute;
|
||||
router: InjectedRouter;
|
||||
routes: PlainRoute[];
|
||||
routeParams: R;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user