Skip to content

Commit

Permalink
fix: Export UrlKeys type helper (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 authored Jan 9, 2025
1 parent 504b07f commit 8b6d3e9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion packages/nuqs/src/index.server.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
export { createSearchParamsCache } from './cache'
export type { HistoryOptions, Nullable, Options, SearchParams } from './defs'
export type {
HistoryOptions,
Nullable,
Options,
SearchParams,
UrlKeys
} from './defs'
export {
createLoader,
type LoaderFunction,
Expand Down
8 changes: 7 additions & 1 deletion packages/nuqs/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
export type { HistoryOptions, Nullable, Options, SearchParams } from './defs'
export type {
HistoryOptions,
Nullable,
Options,
SearchParams,
UrlKeys
} from './defs'
export {
createLoader,
type LoaderFunction,
Expand Down

0 comments on commit 8b6d3e9

Please sign in to comment.