UNPKG

svelte-query-params

Version:

A lightweight, dead-simple, type-safe reactive query parameter store built for Svelte 5.

14 lines (11 loc) 313 B
import { A as Adapter } from '../../types-Cewx0UBF.js'; import 'valibot'; import 'zod'; interface SvelteKitAdapterOptions { /** * @default false */ replace?: boolean; } declare function sveltekit(options?: SvelteKitAdapterOptions): Adapter; export { type SvelteKitAdapterOptions, sveltekit };