Type alias LLAlertWidgetBodyProps

LLAlertWidgetBodyProps: ComponentStyleProp<LLAlertWidgetBodyStyles> & {
    DetailComponent?: typeof LLAlertWidgetDetail;
    DetailComponentStyles?: LLAlertWidgetDetailProps["styles"];
    LinkComponent?: typeof LLAlertWidgetLink;
    LinkComponentStyles?: LLAlertWidgetLinkProps["styles"];
    onLinkPress?: ((arg) => void);
    widgetId: string;
}

Type declaration

Generated using TypeDoc