Skip to content

Commit

Permalink
Merge pull request #15 from snaptopixel/master
Browse files Browse the repository at this point in the history
fix(Typing): Add typing for RouterStore.route
  • Loading branch information
LeonardoGentile committed Sep 11, 2018
2 parents 01eee3b + e97f7cc commit 5ff99ed
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 5ff99ed

Please sign in to comment.