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 5cfa839 commit 7f79c2eCopy full SHA for 7f79c2e
.npmignore
@@ -6,3 +6,6 @@
6
npm-debug.log
7
__tests__
8
stories/
9
+.rts2*
10
+.storybook
11
+coverage/
src/index.tsx
@@ -11,7 +11,7 @@ export interface Props {
scrollThreshold?: number | string;
12
endMessage?: ReactNode;
13
style?: CSSProperties;
14
- height?: number;
+ height?: number | string;
15
scrollableTarget?: ReactNode;
16
hasChildren?: boolean;
17
pullDownToRefresh?: boolean;
0 commit comments