diff --git a/.changeset/shiny-fireants-swim.md b/.changeset/shiny-fireants-swim.md new file mode 100644 index 000000000..5b54d0ed8 --- /dev/null +++ b/.changeset/shiny-fireants-swim.md @@ -0,0 +1,5 @@ +--- +"@solidjs/router": patch +--- + +added `SearchParams` to the exported types diff --git a/src/index.tsx b/src/index.tsx index 4062a7417..d67cccf13 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -19,6 +19,7 @@ export * from "./data/index.js"; export type { Location, LocationChange, + SearchParams, MatchFilter, MatchFilters, NavigateOptions,