Type alias LLAlertWidgetDetailProps

LLAlertWidgetDetailProps: ComponentStyleProp<LLAlertWidgetDetailStyles> & {
    imageUrl?: string;
    text?: string;
}

Type declaration

  • Optional imageUrl?: string
  • Optional text?: string

Generated using TypeDoc