Skip to content

Commit

Permalink
Update Match type
Browse files Browse the repository at this point in the history
  • Loading branch information
stokesman committed Feb 8, 2025
1 parent 01b9ab3 commit b4f408c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/router/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ interface Match {
widths: Record< string, number >;
query?: Record< string, any >;
params?: Record< string, any >;
state: Location[ 'state' ];
}

export type BeforeNavigate = ( arg: {
Expand Down

0 comments on commit b4f408c

Please sign in to comment.