UNPKG

ahooks-v2

Version:
5 lines (4 loc) 272 B
import { EffectCallback, DependencyList } from 'react'; import { ThrottleOptions } from '../useThrottle/throttleOptions'; declare function useThrottleEffect(effect: EffectCallback, deps?: DependencyList, options?: ThrottleOptions): void; export default useThrottleEffect;