Home
last modified time | relevance | path

Searched refs:VirtualizedListProps (Results 1 – 6 of 6) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/
H A DFlatList.js.flow64 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 DFlatList.d.ts14 VirtualizedListProps,
21 export interface FlatListProps<ItemT> extends VirtualizedListProps<ItemT> {
H A DVirtualizedList.d.ts94 VirtualizedListProps<ItemT>
135 export interface VirtualizedListProps<ItemT> interface
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/
H A DFlatList.js.flow65 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 DFlatList.d.ts14 VirtualizedListProps,
21 export interface FlatListProps<ItemT> extends VirtualizedListProps<ItemT> {
/expo/packages/expo/types/
H A Dreact-native-web.d.ts276 interface FlatListProps<ItemT> extends RN.VirtualizedListProps<ItemT> {