mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
Merge pull request #19701 from abrahambotros/react-native/virtualized-list-onlayout-event-data
[react-native] Add VirtualizedList onLayout event data
This commit is contained in:
2
types/react-native/index.d.ts
vendored
2
types/react-native/index.d.ts
vendored
@@ -3921,7 +3921,7 @@ export interface VirtualizedListProperties<ItemT> extends ScrollViewProperties {
|
||||
|
||||
onEndReachedThreshold?: number | null
|
||||
|
||||
onLayout?: () => void
|
||||
onLayout?: (event: LayoutChangeEvent) => void;
|
||||
|
||||
/**
|
||||
* If provided, a standard RefreshControl will be added for "Pull to Refresh" functionality. Make
|
||||
|
||||
Reference in New Issue
Block a user