UNPKG

@avarock/react-form

Version:

A customizable React form library with modular input components for building flexible forms

3 lines (2 loc) 154 B
declare function useThrottle<T extends (...args: any[]) => void>(fn: T, timeLimit: number): (...args: Parameters<T>) => void; export default useThrottle;