mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #23369 from DerJacques/patch-2
[React Native] Update AnimatedValue type
This commit is contained in:
Vendored
+1
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user