From a09ec2d696f515ad3061d338e5922488e7fb441e Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Jan 2025 18:44:53 -0600 Subject: [PATCH 1/2] export SearchParams --- src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.tsx b/src/index.tsx index 4062a741..d67cccf1 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, From ac97470feb9ea8f69c6cfe4e49b8ce672fea482c Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 10 Apr 2025 14:06:25 -0500 Subject: [PATCH 2/2] add changeset --- .changeset/shiny-fireants-swim.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/shiny-fireants-swim.md diff --git a/.changeset/shiny-fireants-swim.md b/.changeset/shiny-fireants-swim.md new file mode 100644 index 00000000..5b54d0ed --- /dev/null +++ b/.changeset/shiny-fireants-swim.md @@ -0,0 +1,5 @@ +--- +"@solidjs/router": patch +--- + +added `SearchParams` to the exported types