UNPKG

react-use

Version:
3 lines (2 loc) 88 B
declare const useThrottle: <T>(value: T, ms?: number) => T; export default useThrottle;