Type alias LLNumberPredictionFollowUpWidgetProps

LLNumberPredictionFollowUpWidgetProps: LLBaseWidgetProps & {
    BodyComponent?: typeof LLNumberPredictionWidgetBody;
    BodyComponentStyles?: LLNumberPredictionWidgetBodyProps["styles"];
}

Type declaration

Generated using TypeDoc