Searched refs:WebImageStyle (Results 1 – 3 of 3) sorted by relevance
5 export interface WebImageStyle { interface8 export type ImageStyle = Omit<NativeImageStyle, 'position'> & WebImageStyle & WebViewStyle;
1 …export interface WebImageStyle {\n opacity?: number;\n}\n\nexport type ImageStyle = Omit<NativeIm…
9 export interface WebImageStyle {13 export type ImageStyle = Omit<NativeImageStyle, 'position'> & WebImageStyle & WebViewStyle;