UNPKG

nuqs-svelte

Version:

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

4 lines (3 loc) 336 B
export { renderQueryString } from "../url-encoding"; export { default as NuqsCustomAdapter } from "./NuqsContext.svelte"; export type { AdapterInterface as unstable_AdapterInterface, AdapterOptions as unstable_AdapterOptions, UpdateUrlFunction as unstable_UpdateUrlFunction, UseAdapterHook as unstable_UseAdapterHook, } from "./types";