Searched refs:WebImageProps (Results 1 – 3 of 3) sorted by relevance
9 export type WebImageProps = { alias19 export type ImageProps = Omit<NativeImageProps, 'style'> & WebImageProps;
1 …WebImageProps = {\n style?: StyleProp<ImageStyle>;\n /** @platform web */\n tabIndex?: number;\…
15 export type WebImageProps = {26 export type ImageProps = Omit<NativeImageProps, 'style'> & WebImageProps;