Skip to content

Commit

Permalink
feat(remix-react): re-export ShouldRevalidateFunctionArgs (#7316)
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 authored Aug 31, 2023
1 parent 1fdf868 commit cfb1326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-flowers-push.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@remix-run/react": patch
---

Re-Export `ShouldRevalidateFunctionArgs` type from React Router
1 change: 1 addition & 0 deletions packages/remix-react/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export type {
Params,
Path,
ShouldRevalidateFunction,
ShouldRevalidateFunctionArgs,
SubmitFunction,
SubmitOptions,
unstable_Blocker,
Expand Down

0 comments on commit cfb1326

Please sign in to comment.