UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

6 lines (5 loc) 202 B
interface UseHashOptions { getInitialValueInEffect?: boolean; } export declare function useHash({ getInitialValueInEffect }?: UseHashOptions): readonly [string, (value: string) => void]; export {};