mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Added listKey prop to VirtualizedListProperties
This commit is contained in:
Vendored
+2
@@ -3938,6 +3938,8 @@ export interface VirtualizedListProperties<ItemT> extends ScrollViewProperties {
|
||||
inverted?: boolean;
|
||||
|
||||
keyExtractor?: (item: ItemT, index: number) => string;
|
||||
|
||||
listKey?: string;
|
||||
|
||||
/**
|
||||
* The maximum number of items to render in each incremental render batch. The more rendered at
|
||||
|
||||
Reference in New Issue
Block a user