Searched refs:NativeImageProps (Results 1 – 3 of 3) sorted by relevance
4 type NativeImageProps = ComponentProps<typeof NativeImage> & ClassAttributes<typeof NativeImage>; alias19 export type ImageProps = Omit<NativeImageProps, 'style'> & WebImageProps;
1 …NativeImageProps = ComponentProps<typeof NativeImage> & ClassAttributes<typeof NativeImage>;\n\nex…
7 type NativeImageProps = ComponentProps<typeof NativeImage> & ClassAttributes<typeof NativeImage>;26 export type ImageProps = Omit<NativeImageProps, 'style'> & WebImageProps;