mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Vendored
+5
-5
@@ -86,11 +86,11 @@ export interface InjectedRouter {
|
||||
}
|
||||
|
||||
export interface RouteComponentProps<P, R> {
|
||||
location?: Location;
|
||||
params?: P & R;
|
||||
route?: PlainRoute;
|
||||
router?: InjectedRouter;
|
||||
routeParams?: R;
|
||||
location: Location;
|
||||
params: P & R;
|
||||
route: PlainRoute;
|
||||
router: InjectedRouter;
|
||||
routeParams: R;
|
||||
}
|
||||
|
||||
export interface RouterProps extends ClassAttributes<any> {
|
||||
|
||||
Reference in New Issue
Block a user