We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c05ce35 + ac97470 commit 30f0866Copy full SHA for 30f0866
.changeset/shiny-fireants-swim.md
@@ -0,0 +1,5 @@
1
+---
2
+"@solidjs/router": patch
3
4
+
5
+added `SearchParams` to the exported types
src/index.tsx
@@ -19,6 +19,7 @@ export * from "./data/index.js";
19
export type {
20
Location,
21
LocationChange,
22
+ SearchParams,
23
MatchFilter,
24
MatchFilters,
25
NavigateOptions,
0 commit comments