|
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<<040a8eb579cea089295c7137db40e0d6>> |
| 7 | + * @generated SignedSource<<4406ddb15814262a7ccc2b56e9625d67>> |
8 | 8 | * |
9 | 9 | * This file was generated by scripts/js-api/build-types/index.js. |
10 | 10 | */ |
|
22 | 22 | /* eslint-disable redundant-undefined/redundant-undefined */ |
23 | 23 |
|
24 | 24 | import * as React from "react" |
25 | | -declare const $$AnimatedFlatList: <ItemT = any>( |
26 | | - props: Omit<AnimatedProps<FlatListProps<ItemT>>, "ref"> & { |
27 | | - ref?: React.Ref<FlatList<ItemT>> |
28 | | - }, |
29 | | -) => React.ReactNode |
| 25 | +declare const $$AnimatedFlatList: typeof AnimatedFlatList_default |
30 | 26 | declare const $$AnimatedImage: AnimatedComponentType< |
31 | 27 | React.JSX.LibraryManagedAttributes< |
32 | 28 | typeof Image, |
@@ -62,11 +58,7 @@ declare const $$AnimatedImplementation: { |
62 | 58 | ValueXY: typeof AnimatedValueXY_default |
63 | 59 | } |
64 | 60 | declare const $$AnimatedScrollView: typeof AnimatedScrollView_default |
65 | | -declare const $$AnimatedSectionList: <ItemT = any, SectionT = any>( |
66 | | - props: Omit<AnimatedProps<SectionListProps<ItemT, SectionT>>, "ref"> & { |
67 | | - ref?: React.Ref<SectionList<ItemT, SectionT>> |
68 | | - }, |
69 | | -) => React.ReactNode |
| 61 | +declare const $$AnimatedSectionList: typeof AnimatedSectionList_default |
70 | 62 | declare const $$AnimatedText: AnimatedComponentType< |
71 | 63 | TextProps, |
72 | 64 | React.ComponentRef<typeof Text> |
@@ -145,10 +137,20 @@ declare const addImpl: ( |
145 | 137 | a: AnimatedNode_default | number, |
146 | 138 | b: AnimatedNode_default | number, |
147 | 139 | ) => AnimatedAddition_default |
| 140 | +declare const AnimatedFlatList_default: <ItemT = any>( |
| 141 | + props: Omit<AnimatedProps<FlatListProps<ItemT>>, "ref"> & { |
| 142 | + ref?: React.Ref<FlatList<ItemT>> |
| 143 | + }, |
| 144 | +) => React.ReactNode |
148 | 145 | declare const AnimatedScrollView_default: AnimatedComponentType< |
149 | 146 | ScrollViewProps, |
150 | 147 | AnimatedScrollViewInstance |
151 | 148 | > |
| 149 | +declare const AnimatedSectionList_default: <ItemT = any, SectionT = any>( |
| 150 | + props: Omit<AnimatedProps<SectionListProps<ItemT, SectionT>>, "ref"> & { |
| 151 | + ref?: React.Ref<SectionList<ItemT, SectionT>> |
| 152 | + }, |
| 153 | +) => React.ReactNode |
152 | 154 | declare const AppState: typeof AppState_default |
153 | 155 | declare const AppState_default: AppStateImpl |
154 | 156 | declare const AssetRegistry: { |
@@ -269,6 +271,11 @@ declare const loopImpl: ( |
269 | 271 | animation: CompositeAnimation, |
270 | 272 | $$PARAM_1$$?: LoopAnimationConfig, |
271 | 273 | ) => CompositeAnimation |
| 274 | +declare const MemoedPressable_default: ( |
| 275 | + props: PressableProps & { |
| 276 | + ref?: React.Ref<PressableInstance> |
| 277 | + }, |
| 278 | +) => React.ReactNode |
272 | 279 | declare const Modal: typeof Wrapper_default |
273 | 280 | declare const modulo: typeof $$AnimatedImplementation.modulo |
274 | 281 | declare const moduloImpl: ( |
@@ -311,11 +318,7 @@ declare const Presets: { |
311 | 318 | linear: LayoutAnimationConfig |
312 | 319 | spring: LayoutAnimationConfig |
313 | 320 | } |
314 | | -declare const Pressable: ( |
315 | | - props: PressableProps & { |
316 | | - ref?: React.Ref<PressableInstance> |
317 | | - }, |
318 | | -) => React.ReactNode |
| 321 | +declare const Pressable: typeof MemoedPressable_default |
319 | 322 | declare const processColor: typeof processColor_default |
320 | 323 | declare const ProgressBarAndroid: typeof ProgressBarAndroid_default |
321 | 324 | declare let ProgressBarAndroid_default: ( |
@@ -5722,7 +5725,7 @@ export { |
5722 | 5725 | AlertOptions, // 8a116d2a |
5723 | 5726 | AlertType, // 5ab91217 |
5724 | 5727 | AndroidKeyboardEvent, // e03becc8 |
5725 | | - Animated, // 4bf77b70 |
| 5728 | + Animated, // d74ec583 |
5726 | 5729 | AppConfig, // 35c0ca70 |
5727 | 5730 | AppRegistry, // 1e8c5a00 |
5728 | 5731 | AppState, // 12012be5 |
@@ -5881,7 +5884,7 @@ export { |
5881 | 5884 | PointerEvent, // ff599afe |
5882 | 5885 | PressabilityConfig, // fea539a5 |
5883 | 5886 | PressabilityEventHandlers, // c222648b |
5884 | | - Pressable, // 7008c06f |
| 5887 | + Pressable, // ed5391ac |
5885 | 5888 | PressableAndroidRippleConfig, // ee32eaca |
5886 | 5889 | PressableInstance, // eebfe911 |
5887 | 5890 | PressableProps, // d6bfa55b |
|
0 commit comments