interface HeaderLookAndFeel {
    backgroundColor: string;
    button: null | ButtonLookAndFeel;
    primaryNavigation: null | NavigationLookAndFeel;
    search: null | SearchFieldLookAndFeel;
    secondaryNavigation: null | NavigationLookAndFeel;
}

Hierarchy

  • Record<string, unknown>
    • HeaderLookAndFeel

Properties

backgroundColor: string
button: null | ButtonLookAndFeel
primaryNavigation: null | NavigationLookAndFeel
search: null | SearchFieldLookAndFeel
secondaryNavigation: null | NavigationLookAndFeel