diff --git a/.changeset/forty-hotels-watch.md b/.changeset/forty-hotels-watch.md new file mode 100644 index 000000000..bff55ffe7 --- /dev/null +++ b/.changeset/forty-hotels-watch.md @@ -0,0 +1,5 @@ +--- +'@scaleway/use-query-params': patch +--- + +expose parse/stringify query params functions diff --git a/packages/use-query-params/src/index.ts b/packages/use-query-params/src/index.ts index eb86fbc09..9bc1e3849 100644 --- a/packages/use-query-params/src/index.ts +++ b/packages/use-query-params/src/index.ts @@ -90,3 +90,4 @@ const useQueryParams = (): { } export default useQueryParams +export { parse as parseQueryParams, stringify as stringifyQueryParams }