Skip to content

Commit 7f79c2e

Browse files
committed
Fixes type
1 parent 5cfa839 commit 7f79c2e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: .npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
npm-debug.log
77
__tests__
88
stories/
9+
.rts2*
10+
.storybook
11+
coverage/

Diff for: src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface Props {
1111
scrollThreshold?: number | string;
1212
endMessage?: ReactNode;
1313
style?: CSSProperties;
14-
height?: number;
14+
height?: number | string;
1515
scrollableTarget?: ReactNode;
1616
hasChildren?: boolean;
1717
pullDownToRefresh?: boolean;

0 commit comments

Comments
 (0)