UNPKG

@metapages/hash-query

Version:

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

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