UNPKG

159 BTypeScriptView Raw
1import type { ThrottleOptions } from './throttleOptions';
2declare function useThrottle<T>(value: T, options?: ThrottleOptions): T;
3export default useThrottle;