UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

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