nuqs
Version:
Type-safe search params state manager for React - Like useState, but stored in the URL query string
10 lines (8 loc) • 686 B
TypeScript
'use client';
import "../defs-mBb4lgVX.js";
import { AdapterContext, AdapterInterface, AdapterOptions, UpdateUrlFunction, UseAdapterHook, createAdapterProvider } from "../context-DyUBtRzw.js";
//#region src/lib/url-encoding.d.ts
declare function renderQueryString(search: URLSearchParams): string;
//#endregion
export { renderQueryString, type AdapterContext as unstable_AdapterContext, type AdapterInterface as unstable_AdapterInterface, type AdapterOptions as unstable_AdapterOptions, type UpdateUrlFunction as unstable_UpdateUrlFunction, type UseAdapterHook as unstable_UseAdapterHook, createAdapterProvider as unstable_createAdapterProvider };
//# sourceMappingURL=custom.d.ts.map