Type alias LLNumberPredictionWidgetBodyProps

LLNumberPredictionWidgetBodyProps: ComponentStyleProp<LLNumberPredictionWidgetBodyStyles> & {
    OptionComponent?: typeof LLNumberPredictionWidgetOption;
    OptionComponentStyles?: LLNumberPredictionWidgetOptionProps["styles"];
    widgetId: string;
}

Type declaration

Generated using TypeDoc