From 0307072de4098aed7508a0efe26fd0dd01e4470c Mon Sep 17 00:00:00 2001 From: David Xiao Date: Sat, 6 May 2017 15:44:55 -0700 Subject: [PATCH] React-native: export ImageURISource Useful for passing around the struct before giving to to the \ component. --- types/react-native/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 7a02b28e6b..c5a656d15d 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -3123,9 +3123,9 @@ export interface ImageStyle extends FlexStyle, TransformsStyle, ShadowStyleIOS { } /* - * @see https://github.com/facebook/react-native/blob/master/Libraries/Image/ImageSourcePropType.js - */ -interface ImageURISource { + * @see https://github.com/facebook/react-native/blob/master/Libraries/Image/ImageSourcePropType.js + */ +export interface ImageURISource { /** * `uri` is a string representing the resource identifier for the image, which * could be an http address, a local file path, or the name of a static image