UNPKG

@metapages/hash-query

Version:

Get/set URL parameters (state) in the hash string instead of the query string.

3 lines 237 B
import { SetHashParamOpts } from "../core"; export declare const useHashParamJson: <T>(key: string, defaultBlob?: T) => [T | undefined, (v?: T | undefined, opts?: SetHashParamOpts) => void]; //# sourceMappingURL=useHashParamJson.d.ts.map