Skip to content

Commit ffbce41

Browse files
committed
chore: comment
1 parent 45d203d commit ffbce41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/useInfiniteScroll.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ type Options = {
66
onLoadMore?: () => Promise<void>;
77
};
88

9+
/** useInfiniteScroll */
910
export function useInfiniteScroll(options?: Options) {
1011
const {offset = '0px', shouldStop = false, onLoadMore} = options ?? {};
1112

0 commit comments

Comments
 (0)