R
T

UseInfiniteScrollLoadMore

testeddemo

Result of the `onLoadMore` callback. May be synchronous or a promise; the loader is considered busy until it settles.

Demo

Loading demo…

Signature

ts
export type UseInfiniteScrollLoadMore
  = (state: UnwrapNestedRefs<UseScrollReturn>) => void | Promise<unknown>;