Type alias LLAlertWidgetLinkProps

LLAlertWidgetLinkProps: ComponentStyleProp<LLAlertWidgetLinkStyles> & {
    label: string;
    onLinkPress?: ((arg) => void);
    url: string;
}

Type declaration

  • label: string
  • Optional onLinkPress?: ((arg) => void)
      • (arg): void
      • Parameters

        • arg: {
              url: string;
          }
          • url: string

        Returns void

  • url: string

Generated using TypeDoc