Type alias LLCheerMeterWidgetProps

LLCheerMeterWidgetProps: Omit<LLBaseWidgetProps, "widgetKind"> & {
    BodyComponent?: typeof LLCheerMeterWidgetBody;
    BodyComponentStyles?: LLCheerMeterWidgetBodyProps["styles"];
    inlineFollowUp?: boolean;
}

Type declaration

Generated using TypeDoc