UNPKG

ahooks-v2

Version:
4 lines (3 loc) 154 B
import { ThrottleOptions } from './throttleOptions'; declare function useThrottle<T>(value: T, options?: ThrottleOptions): T; export default useThrottle;