Type alias LLAlertWidgetProps

LLAlertWidgetProps: Omit<LLBaseWidgetProps, "widgetKind"> & {
    BodyComponent?: typeof LLAlertWidgetBody;
    BodyComponentStyles?: LLAlertWidgetBodyProps["styles"];
    SponsorComponent?: typeof LLWidgetSponsor;
    SponsorComponentStyles?: LLWidgetSponsorProps["styles"];
    onLinkPress?: ((arg) => void);
}

Type declaration

Generated using TypeDoc