Type alias LLNumberPredictionWidgetProps

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

Type declaration

Generated using TypeDoc