Type alias LLNumberPredictionWidgetOptionProps

LLNumberPredictionWidgetOptionProps: ComponentStyleProp<LLNumberPredictionWidgetOptionStyles> & {
    numberOption: INumberPredictionItemOption;
    onOptionInputChange: ((option, index) => void);
    optionIndex: number;
    widgetId: string;
}

Type declaration

Generated using TypeDoc