IMGElementContainer
export
function IMGElementContainer(  props: PropsWithChildren<Pick<IMGElementProps, "onPress" | "testID">    & Omit<ViewProps, "style">    & {      style: ViewStyle;    }>) : ReactElementContainer for the ​IMGElement component.
Parameters#
props#
required
props: PropsWithChildren<Pick<IMGElementProps, "onPress" | "testID">Â Â & Omit<ViewProps, "style">Â Â & {Â Â Â Â style: ViewStyle;Â Â }>;