Skip to main content

AElementConfig

export
type AElementConfig<
> = any

Fields

onPress

onPress?: function __type(
  event: GestureResponderEvent,
  href: string,
  htmlAttribs: Record<string, string>,
  target: "_blank"
    | "_self"
    | "_parent"
    | "_top"
) : void;