Type alias LLPredictionFollowUpWidgetProps

LLPredictionFollowUpWidgetProps: LLBaseWidgetProps & {
    BodyComponent?: typeof LLPredictionFollowUpWidgetBody;
    BodyComponentStyles?: LLVoteWidgetBodyProps["styles"];
}

Type declaration

Generated using TypeDoc