UNPKG

use-query-params

Version:

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

7 lines (6 loc) 215 B
import { QueryParamAdapterComponent } from 'use-query-params'; /** * Adapts @reach/router history to work with our * { replace, push } interface. */ export declare const ReachAdapter: QueryParamAdapterComponent;