File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " react-router-dom " : patch
3
+ " react-router-native " : patch
4
+ ---
5
+
6
+ Export ` SetURLSearchParams ` type
Original file line number Diff line number Diff line change @@ -916,7 +916,7 @@ export function useSearchParams(
916
916
return [ searchParams , setSearchParams ] ;
917
917
}
918
918
919
- type SetURLSearchParams = (
919
+ export type SetURLSearchParams = (
920
920
nextInit ?:
921
921
| URLSearchParamsInit
922
922
| ( ( prev : URLSearchParams ) => URLSearchParamsInit ) ,
Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ export function useSearchParams(
323
323
return [ searchParams , setSearchParams ] ;
324
324
}
325
325
326
- type SetURLSearchParams = (
326
+ export type SetURLSearchParams = (
327
327
nextInit ?:
328
328
| URLSearchParamsInit
329
329
| ( ( prev : URLSearchParams ) => URLSearchParamsInit ) ,
You can’t perform that action at this time.
0 commit comments