useInfiniteScroll<
T>(callback,options?):RefObject<T>
Type Parameters
T
T extends HTMLElement
Parameters
callback
() => void
options?
IntersectionObserverInit = ...
Returns
RefObject<T>
useInfiniteScroll<
T>(callback,options?):RefObject<T>
T extends HTMLElement
() => void
IntersectionObserverInit = ...
RefObject<T>