UNPKG

ahooks

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