Type alias LLCheerMeterWidgetBodyProps

LLCheerMeterWidgetBodyProps: ComponentStyleProp<LLCheerMeterWidgetBodyStyles> & {
    CheerCountComponent?: typeof LLCheerMeterWidgetCheerCount;
    CheerCountComponentStyles?: LLCheerMeterWidgetCheerCountProps["styles"];
    OptionComponent?: typeof LLCheerMeterWidgetOption;
    OptionComponentStyles?: LLCheerMeterWidgetOptionProps["styles"];
    ResultComponent?: typeof LLCheerMeterWidgetResult;
    ResultComponentStyles?: LLCheerMeterWidgetResultProps["styles"];
    widgetId: string;
}

Type declaration

Generated using TypeDoc