UNPKG

use-query-params

Version:

React Hook for managing state in URL query parameters with easy serialization.

6 lines (5 loc) 184 B
import { QueryParamAdapterComponent } from 'use-query-params'; /** * Query Param Adapter for react-router v6 */ export declare const ReactRouter6Adapter: QueryParamAdapterComponent;