Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/virtualized-lists/Lists/VirtualizedList.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ export interface VirtualizedListWithoutRenderItemProps<

/**
* Each data item is rendered using this element, as an alternative to `renderItem`.
* Can be a React Component Class or a render function. In addition to the data provided
* to `renderItem`, this receives `index` and `separators` metadata.
* It receives the same `item`, `index` and `separators` that `renderItem` gets. If both
* are provided, `ListItemComponent` takes precedence and a warning is logged.
*/
ListItemComponent?:
React.ComponentType<any> | React.ReactElement | null | undefined;
Expand Down
Loading