Type alias LLPredictionWidgetProps

LLPredictionWidgetProps: LLBaseWidgetProps & {
    BodyComponent?: typeof LLVoteWidgetBody;
    BodyComponentStyles?: LLVoteWidgetBodyProps["styles"];
    inlineFollowUp?: boolean;
}

Type declaration

Generated using TypeDoc