Skip to content

Commit 7ab9c81

Browse files
committed
AnimatedValue available for ReactXP modules
1 parent c0cf725 commit 7ab9c81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/ReactXP.ts

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ import { WebView as WebViewImpl } from './WebView';
6666
module ReactXP {
6767
export type Accessibility = AccessibilityType;
6868
export var Accessibility = AccessibilityImpl;
69+
export type AnimatedValue = RXInterface.IAnimatedValue;
6970
export import Animated = AnimatedImpl;
7071
export type ActivityIndicator = ActivityIndicatorImpl;
7172
export var ActivityIndicator = ActivityIndicatorImpl;

0 commit comments

Comments
 (0)