Type alias ButtonTheme

ButtonTheme: {
    buttonBackgroundColor?: string;
    buttonBorderColor?: string;
    buttonTextColor?: string;
}

Type declaration

  • Optional buttonBackgroundColor?: string
  • Optional buttonBorderColor?: string
  • Optional buttonTextColor?: string

Generated using TypeDoc