Searched refs:VirtualizedListProps (Results 1 – 6 of 6) sorted by relevance
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/ |
| H A D | FlatList.js.flow | 64 type VirtualizedListProps = React.ElementConfig<VirtualizedList>; 68 VirtualizedListProps, 70 getItem: $PropertyType<VirtualizedListProps, 'getItem'>, 71 getItemCount: $PropertyType<VirtualizedListProps, 'getItemCount'>, 72 getItemLayout: $PropertyType<VirtualizedListProps, 'getItemLayout'>, 73 renderItem: $PropertyType<VirtualizedListProps, 'renderItem'>, 74 keyExtractor: $PropertyType<VirtualizedListProps, 'keyExtractor'>,
|
| H A D | FlatList.d.ts | 14 VirtualizedListProps, 21 export interface FlatListProps<ItemT> extends VirtualizedListProps<ItemT> {
|
| H A D | VirtualizedList.d.ts | 94 VirtualizedListProps<ItemT> 135 export interface VirtualizedListProps<ItemT> interface
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/ |
| H A D | FlatList.js.flow | 65 type VirtualizedListProps = React.ElementConfig<VirtualizedList>; 69 VirtualizedListProps, 71 getItem: $PropertyType<VirtualizedListProps, 'getItem'>, 72 getItemCount: $PropertyType<VirtualizedListProps, 'getItemCount'>, 73 getItemLayout: $PropertyType<VirtualizedListProps, 'getItemLayout'>, 74 renderItem: $PropertyType<VirtualizedListProps, 'renderItem'>, 75 keyExtractor: $PropertyType<VirtualizedListProps, 'keyExtractor'>,
|
| H A D | FlatList.d.ts | 14 VirtualizedListProps, 21 export interface FlatListProps<ItemT> extends VirtualizedListProps<ItemT> {
|
| /expo/packages/expo/types/ |
| H A D | react-native-web.d.ts | 276 interface FlatListProps<ItemT> extends RN.VirtualizedListProps<ItemT> {
|