diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 6cb72a0041..c2ca58a5f3 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -7726,8 +7726,7 @@ export interface EasingStatic { } export namespace Animated { - // Most (all?) functions where AnimatedValue is used any subclass of Animated can be used as well. - type AnimatedValue = Animated; + type AnimatedValue = Value; type AnimatedValueXY = ValueXY; type Base = Animated;