We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0cf725 commit 7ab9c81Copy full SHA for 7ab9c81
src/web/ReactXP.ts
@@ -66,6 +66,7 @@ import { WebView as WebViewImpl } from './WebView';
66
module ReactXP {
67
export type Accessibility = AccessibilityType;
68
export var Accessibility = AccessibilityImpl;
69
+ export type AnimatedValue = RXInterface.IAnimatedValue;
70
export import Animated = AnimatedImpl;
71
export type ActivityIndicator = ActivityIndicatorImpl;
72
export var ActivityIndicator = ActivityIndicatorImpl;
0 commit comments