UNPKG

282 BTypeScriptView Raw
1import type { DependencyList, EffectCallback } from 'react';
2import type { ThrottleOptions } from '../useThrottle/throttleOptions';
3declare function useThrottleEffect(effect: EffectCallback, deps?: DependencyList, options?: ThrottleOptions): void;
4export default useThrottleEffect;