Skip to content

Commit

Permalink
Correcting propType docs for infinte scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
olliecurtis committed Sep 10, 2021
1 parent aa24cc7 commit 06b40d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bpk-component-infinite-scroll/README.md
Expand Up @@ -170,8 +170,8 @@ Updates the internal array and triggers all listeners.
| loaderMinDisplay | oneOf(['small', 'half', 'full']) | false | 'full' |
| onScroll | func | false | null |
| onScrollFinished | func | false | null |
| renderLoadingComponent | elementType | false | null |
| renderSeeMoreComponent | elementType | false | null |
| renderLoadingComponent | func | false | null |
| renderSeeMoreComponent | func | false | null |
| seeMoreAfter | number | false | null |

## `elementsPerScroll`
Expand Down

0 comments on commit 06b40d7

Please sign in to comment.