Skip to main content

IMGElementContainer

export
function IMGElementContainer(
  props: PropsWithChildren<Pick<IMGElementProps, "onPress" | "testID">
    & Omit<ViewProps, "style">
    & type __type<
    > = any>
) : ReactElement

Parameters

props

props: PropsWithChildren<Pick<IMGElementProps, "onPress" | "testID">
  & Omit<ViewProps, "style">
  & type __type<
  > = any>;