|
4 | 4 | * This source code is licensed under the MIT license found in the |
5 | 5 | * LICENSE file in the root directory of this source tree. |
6 | 6 | * |
7 | | - * @generated SignedSource<<0a0286ba0bc29af2abd2e8fd836077fb>> |
| 7 | + * @generated SignedSource<<4ccde3daef50fa7522f10bc7146c0cc6>> |
8 | 8 | * |
9 | 9 | * This file was generated by scripts/js-api/build-types/index.js. |
10 | 10 | */ |
@@ -3498,7 +3498,7 @@ declare type OptionalVirtualizedListProps = { |
3498 | 3498 | initialNumToRender?: number |
3499 | 3499 | initialScrollIndex?: number |
3500 | 3500 | inverted?: boolean |
3501 | | - ItemSeparatorComponent?: React.ComponentType<any> |
| 3501 | + ItemSeparatorComponent?: React.ComponentType<any> | React.JSX.Element |
3502 | 3502 | keyExtractor?: (item: Item, index: number) => string |
3503 | 3503 | ListEmptyComponent?: React.ComponentType<any> | React.JSX.Element |
3504 | 3504 | ListFooterComponent?: React.ComponentType<any> | React.JSX.Element |
@@ -4578,7 +4578,7 @@ declare type SectionBase< |
4578 | 4578 | SectionT = DefaultVirtualizedSectionT, |
4579 | 4579 | > = { |
4580 | 4580 | data: ReadonlyArray<SectionItemT> |
4581 | | - ItemSeparatorComponent?: React.ComponentType<any> |
| 4581 | + ItemSeparatorComponent?: React.ComponentType<any> | React.JSX.Element |
4582 | 4582 | key?: string |
4583 | 4583 | renderItem?: (info: { |
4584 | 4584 | index: number |
@@ -6013,8 +6013,8 @@ export { |
6013 | 6013 | EventSubscription, // b8d084aa |
6014 | 6014 | ExtendedExceptionData, // 5a6ccf5a |
6015 | 6015 | FilterFunction, // bf24c0e3 |
6016 | | - FlatList, // 4f1b407e |
6017 | | - FlatListProps, // b225fb7a |
| 6016 | + FlatList, // cbb48cbe |
| 6017 | + FlatListProps, // 451be810 |
6018 | 6018 | FocusEvent, // 529b43eb |
6019 | 6019 | FontVariant, // 7c7558bb |
6020 | 6020 | GestureResponderEvent, // b466f6d6 |
@@ -6151,12 +6151,12 @@ export { |
6151 | 6151 | ScrollViewPropsAndroid, // 84e2134b |
6152 | 6152 | ScrollViewPropsIOS, // d83c9733 |
6153 | 6153 | ScrollViewScrollToOptions, // 3313411e |
6154 | | - SectionBase, // 0ccaedac |
6155 | | - SectionList, // a1a4786b |
6156 | | - SectionListData, // 1c80bb2e |
6157 | | - SectionListProps, // 7fb5371e |
6158 | | - SectionListRenderItem, // cffebb53 |
6159 | | - SectionListRenderItemInfo, // 946c2128 |
| 6154 | + SectionBase, // b376bddc |
| 6155 | + SectionList, // ff1193b2 |
| 6156 | + SectionListData, // 119baf83 |
| 6157 | + SectionListProps, // c9ac8e07 |
| 6158 | + SectionListRenderItem, // 1fad0435 |
| 6159 | + SectionListRenderItemInfo, // 745e1992 |
6160 | 6160 | Separators, // 6a45f7e3 |
6161 | 6161 | Settings, // 4282b0da |
6162 | 6162 | Share, // e4591b32 |
@@ -6219,9 +6219,9 @@ export { |
6219 | 6219 | ViewStyle, // c2db0e6e |
6220 | 6220 | VirtualViewMode, // 85a69ef6 |
6221 | 6221 | VirtualizedList, // 4d513939 |
6222 | | - VirtualizedListProps, // be716140 |
| 6222 | + VirtualizedListProps, // a99d36db |
6223 | 6223 | VirtualizedSectionList, // 446ba0df |
6224 | | - VirtualizedSectionListProps, // a6899dfb |
| 6224 | + VirtualizedSectionListProps, // 6cd4b378 |
6225 | 6225 | WrapperComponentProvider, // 9cf3844c |
6226 | 6226 | codegenNativeCommands, // e16d62f7 |
6227 | 6227 | codegenNativeComponent, // ed4c8103 |
|
0 commit comments