|
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<<74ac46b82182a7d97e92c933a361f583>> |
| 7 | + * @generated SignedSource<<6463b0a4f3acbeb07e6759c345b927d8>> |
8 | 8 | * |
9 | 9 | * This file was generated by scripts/js-api/build-types/index.js. |
10 | 10 | */ |
@@ -5651,10 +5651,21 @@ declare type UnsafeEventObject = Object |
5651 | 5651 | declare type UnsafeMixed = unknown |
5652 | 5652 | declare type UnsafeNativeEventObject = Object |
5653 | 5653 | declare type UnsafeObject = Object |
| 5654 | +declare function useAnimatedColor( |
| 5655 | + inputValue?: InputValue, |
| 5656 | + config?: AnimatedColorConfig | null | undefined, |
| 5657 | +): Animated.Color |
5654 | 5658 | declare function useAnimatedValue( |
5655 | 5659 | initialValue: number, |
5656 | 5660 | config?: Animated.AnimatedConfig | null | undefined, |
5657 | 5661 | ): Animated.Value |
| 5662 | +declare function useAnimatedValueXY( |
| 5663 | + initialValue: { |
| 5664 | + x: number |
| 5665 | + y: number |
| 5666 | + }, |
| 5667 | + config?: Animated.AnimatedConfig | null | undefined, |
| 5668 | +): Animated.ValueXY |
5658 | 5669 | declare function useColorScheme(): ColorSchemeName | null | undefined |
5659 | 5670 | declare function usePressability( |
5660 | 5671 | config: null | PressabilityConfig | undefined, |
@@ -6253,7 +6264,9 @@ export { |
6253 | 6264 | processColor, // 6e877698 |
6254 | 6265 | registerCallableModule, // 839c8cfe |
6255 | 6266 | requireNativeComponent, // 72c09c3d |
| 6267 | + useAnimatedColor, // e3511f81 |
6256 | 6268 | useAnimatedValue, // b18adb63 |
| 6269 | + useAnimatedValueXY, // c7ee2332 |
6257 | 6270 | useColorScheme, // c216d6f7 |
6258 | 6271 | usePressability, // fe1f27d8 |
6259 | 6272 | useWindowDimensions, // bb4b683f |
|
0 commit comments