Type alias LLWidgetProps

LLWidgetProps: LLAllWidgetProps & {
    AlertComponent?: typeof LLAlertWidget;
    CheerMeterWidgetComponent?: typeof LLCheerMeterWidget;
    EmojiSliderWidgetComponent?: typeof LLEmojiSliderWidget;
    NumberPredictionFollowUpWidgetComponent?: typeof LLNumberPredictionFollowUpWidget;
    NumberPredictionWidgetComponent?: typeof LLNumberPredictionWidget;
    PollWidgetComponent?: typeof LLPollWidget;
    PredictionFollowUpWidgetComponent?: typeof LLPredictionFollowUpWidget;
    PredictionWidgetComponent?: typeof LLPredictionWidget;
    QuizWidgetComponent?: typeof LLQuizWidget;
    SocialEmbedComponent?: ComponentType<unknown>;
    TextAskComponent?: typeof LLTextAskWidget;
    VideoAlertComponent?: ComponentType<unknown>;
    widgetKind: WidgetKind;
}

Type declaration

Generated using TypeDoc