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