React-native: export ImageURISource

Useful for passing around the struct before giving to to the \<Image> component.
This commit is contained in:
David Xiao
2017-05-06 15:44:55 -07:00
committed by GitHub
parent d0dab167cd
commit 0307072de4

View File

@@ -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