Skip to content

Commit

Permalink
fix: Fix typing for Match (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jan 17, 2019
1 parent 9fe561c commit 6fe16db
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,6 @@ declare module 'found' {
* An array of all matched route objects
*/
routes: RouteConfig[];
/**
* The base match, for symmetry with withRouter.
*/
match: MatchBase;
/**
* An object with static router properties.
*/
Expand Down

0 comments on commit 6fe16db

Please sign in to comment.