UNPKG

@mantine/hooks

Version:

A collection of 50+ hooks for state and UI management

4 lines (3 loc) 139 B
export declare function useDebouncedValue<T = any>(value: T, wait: number, options?: { leading: boolean; }): readonly [T, () => void];