UNPKG

funda-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

3 lines (2 loc) 139 B
declare const useThrottle: <T extends (...args: any[]) => void>(fn: T, delay: number, dependence: any[]) => T; export default useThrottle;