UNPKG

react-multi-carousel-jsm

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) 169 B
declare const throttle: (func: () => void, limit: number, setIsInThrottle?: ((value?: boolean | undefined) => void) | undefined) => () => void; export default throttle;