We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d203d commit ffbce41Copy full SHA for ffbce41
src/useInfiniteScroll.ts
@@ -6,6 +6,7 @@ type Options = {
6
onLoadMore?: () => Promise<void>;
7
};
8
9
+/** useInfiniteScroll */
10
export function useInfiniteScroll(options?: Options) {
11
const {offset = '0px', shouldStop = false, onLoadMore} = options ?? {};
12
0 commit comments