interface ButtonLookAndFeel {
    backgroundColor: string;
    color: string;
}

Hierarchy

  • Record<string, unknown>
    • ButtonLookAndFeel

Properties

backgroundColor: string
color: string