UNPKG

rc-infinite-scroll-hook

Version:
4 lines (3 loc) 295 B
import { MutableRefObject, Dispatch, SetStateAction } from 'react'; declare const useInfiniteScroll: (containerRef: MutableRefObject<HTMLElement | null>, fetchItems: () => Promise<any>, triggerFetchPos?: number) => [boolean, Dispatch<SetStateAction<boolean>>]; export default useInfiniteScroll;