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

Hierarchy

  • Record<string, unknown>
    • SearchFieldLookAndFeel

Properties

backgroundColor: string
color: string