UNPKG

@metapages/hash-query

Version:

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

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