Skip to content

Commit f0f38b6

Browse files
author
Leigh Metzroth
committed
fix: corrects the scrollableTarget typing to match what is expected
1 parent 5f134f5 commit f0f38b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Props {
1212
endMessage?: ReactNode;
1313
style?: CSSProperties;
1414
height?: number | string;
15-
scrollableTarget?: ReactNode;
15+
scrollableTarget?: HTMLElement | string;
1616
hasChildren?: boolean;
1717
inverse?: boolean;
1818
pullDownToRefresh?: boolean;

0 commit comments

Comments
 (0)