UNPKG

use-query-params

Version:

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

7 lines (6 loc) 229 B
import { QueryParamAdapterComponent } from 'use-query-params'; /** * Adapts standard DOM window history to work with our * { replace, push } interface. */ export declare const WindowHistoryAdapter: QueryParamAdapterComponent;