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