Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
gosolivs committed Oct 11, 2020
1 parent 2150c9f commit 4575695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type RouterState<MatchParameters> = {
};

export type RouterEvents<MatchParameters> = {
[routerChanged]: RouterState<MatchParameters>;
[routerChanged]: RouterRecordState<MatchParameters>;
[routerNavigate]: string;
};

Expand Down

0 comments on commit 4575695

Please sign in to comment.