UNPKG

nuqs-svelte

Version:

Svelte adaptation of the `nuqs` library for managing URL query strings as state.

7 lines (6 loc) 360 B
export type { HistoryOptions, Nullable, Options, SearchParams, UrlKeys } from "./types"; export type { AdapterInterface, AdapterOptions, UpdateUrlFunction, UseAdapterHook, } from "./adapters/types"; export * from "./parsers"; export { createSerializer } from "./serializer"; export * from "./use-query-state.svelte"; export * from "./use-query-states.svelte";