UNPKG

rc-infinite-scroll-hook

Version:
3 lines (2 loc) 103 B
declare const throttle: (callback: () => void, limit?: number) => () => void; export default throttle;