UNPKG

@studio-lumio/hooks

Version:

a compilation of react hooks we use to make our magic

2 lines (1 loc) 110 B
export declare function useDebounceFn(fn: (...args: any[]) => any, delay: number): (...args: any[]) => void;