Skip to content

Commit 30f0866

Browse files
authored
Merge pull request #508 from AlexErrant/SearchParams
export SearchParams
2 parents c05ce35 + ac97470 commit 30f0866

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/shiny-fireants-swim.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@solidjs/router": patch
3+
---
4+
5+
added `SearchParams` to the exported types

src/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export * from "./data/index.js";
1919
export type {
2020
Location,
2121
LocationChange,
22+
SearchParams,
2223
MatchFilter,
2324
MatchFilters,
2425
NavigateOptions,

0 commit comments

Comments
 (0)