UNPKG

react-snp-infinite-scroller

Version:

Make window or an element call a function each time that it reaches to the end of the page

4 lines (3 loc) 158 B
import useElementScroll from "./hooks/useElementScroll"; import useWindowScroll from "./hooks/useWindowScroll"; export {useElementScroll, useWindowScroll}