Type alias LLWidgetFooterProps

LLWidgetFooterProps: ComponentStyleProp<LLWidgetFooterStyles> & {
    ActionInfoComponent?: typeof LLWidgetActionInfo;
    ActionInfoComponentStyles?: LLWidgetActionInfoProps["styles"];
    SponsorComponent?: typeof LLWidgetSponsor;
    SponsorComponentStyles?: LLWidgetSponsorProps["styles"];
    widgetId: string;
}

Type declaration

Generated using TypeDoc