UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

15 lines (14 loc) 276 B
export interface ImageProps { key?: string | number; children?: any; style?: any; id?: string; onPress?: () => void; color?: string; s3Url?: string; openOnClick?: boolean; resizeMode?: any; source: { uri: string; } | any; }