Skip to content

Commit

Permalink
fix(Typing): Add typing for RouterStore.route
Browse files Browse the repository at this point in the history
  • Loading branch information
snaptopixel committed Sep 8, 2018
1 parent 01eee3b commit e97f7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {Params} from "router5";
declare module "mobx-router5" {
export class RouterStore {
public router: Router;
public route: Route;
public previousRoute: Route;
public transitionRoute: Route;
public transitionError: any;
Expand Down

0 comments on commit e97f7cc

Please sign in to comment.