Type alias LLNumberPredictionWidgetOptionStyles

LLNumberPredictionWidgetOptionStyles: {
    correctNumberInput: TextStyle;
    correctResultContainer: ViewStyle;
    incorrectNumberInput: TextStyle;
    incorrectResultContainer: ViewStyle;
    numberInput: TextStyle;
    optionContainer: ViewStyle;
    optionDescriptionContainer: ViewStyle;
    optionDescriptionText: TextStyle;
    optionImage: ImageStyle;
    resultContainer: ViewStyle;
    resultText: TextStyle;
    validOptionContainer: ViewStyle;
}

Type declaration

  • correctNumberInput: TextStyle
  • correctResultContainer: ViewStyle
  • incorrectNumberInput: TextStyle
  • incorrectResultContainer: ViewStyle
  • numberInput: TextStyle
  • optionContainer: ViewStyle
  • optionDescriptionContainer: ViewStyle
  • optionDescriptionText: TextStyle
  • optionImage: ImageStyle
  • resultContainer: ViewStyle
  • resultText: TextStyle
  • validOptionContainer: ViewStyle

Generated using TypeDoc