Skip to content

Commit c8f8af5

Browse files
committed
2 parents 3a0246a + f7a3713 commit c8f8af5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function RowVirtualizerFixed() {
260260

261261
```js
262262
const {
263-
items: [
263+
virtualItems: [
264264
{ index, start, size, end, measureRef },
265265
/* ... */
266266
],
@@ -307,7 +307,7 @@ const {
307307

308308
### Returns
309309

310-
- `items: Array<item>`
310+
- `virtualItems: Array<item>`
311311
- `item: Object`
312312
- `index: Integer`
313313
- The index of the item

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'react-virtual/index'

0 commit comments

Comments
 (0)