UNPKG

ht_hooks

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