Skip to content

Commit

Permalink
Fixes type
Browse files Browse the repository at this point in the history
  • Loading branch information
ankeetmaini committed Nov 7, 2019
1 parent 5cfa839 commit 7f79c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
npm-debug.log
__tests__
stories/
.rts2*
.storybook
coverage/
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface Props {
scrollThreshold?: number | string;
endMessage?: ReactNode;
style?: CSSProperties;
height?: number;
height?: number | string;
scrollableTarget?: ReactNode;
hasChildren?: boolean;
pullDownToRefresh?: boolean;
Expand Down

0 comments on commit 7f79c2e

Please sign in to comment.