Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed May 9, 2020
2 parents 3a0246a + f7a3713 commit c8f8af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function RowVirtualizerFixed() {

```js
const {
items: [
virtualItems: [
{ index, start, size, end, measureRef },
/* ... */
],
Expand Down Expand Up @@ -307,7 +307,7 @@ const {

### Returns

- `items: Array<item>`
- `virtualItems: Array<item>`
- `item: Object`
- `index: Integer`
- The index of the item
Expand Down
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'react-virtual/index'

0 comments on commit c8f8af5

Please sign in to comment.