UNPKG

react-multi-carousel-18

Version:

Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.

3 lines (2 loc) 159 B
declare const throttle: (func: () => void, limit: number, setIsInThrottle?: ((value?: boolean) => void) | undefined) => (() => void); export default throttle;