LLTheme: {
    background: string;
    border: string;
    correct: string;
    correctIncorrectText: string;
    disabledButtonBackground: string;
    disabledButtonText: string;
    error: string;
    incorrect: string;
    info: string;
    popoverBackground: string;
    primaryButtonBackground: string;
    primaryButtonText: string;
    primaryPressedButtonBackground: string;
    secondaryBackground: string;
    secondaryText: string;
    text: string;
    widgetBackground: string;
    widgetOption: string;
    widgetSelectedOption: string;
}

Type declaration

  • background: string
  • border: string
  • correct: string
  • correctIncorrectText: string
  • disabledButtonBackground: string
  • disabledButtonText: string
  • error: string
  • incorrect: string
  • info: string
  • popoverBackground: string
  • primaryButtonBackground: string
  • primaryButtonText: string
  • primaryPressedButtonBackground: string
  • secondaryBackground: string
  • secondaryText: string
  • text: string
  • widgetBackground: string
  • widgetOption: string
  • widgetSelectedOption: string

Generated using TypeDoc