Skip to content

Commit

Permalink
feat(react): export Navigation type (#7136)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Aug 13, 2023
1 parent dc76620 commit 42fe87f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-lemons-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": minor
---

Export the `Navigation` type returned from `useNavigation`
1 change: 1 addition & 0 deletions packages/remix-react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export type {
FormProps,
Location,
NavigateFunction,
Navigation,
Params,
Path,
ShouldRevalidateFunction,
Expand Down

0 comments on commit 42fe87f

Please sign in to comment.