/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { ButtonLookAndFeel } from "../definitions/ButtonLookAndFeel"; import { TopNavigationLookAndFeel } from "../definitions/TopNavigationLookAndFeel"; import { NavigationLookAndFeel } from "../definitions/NavigationLookAndFeel"; import { SearchFieldLookAndFeel } from "../definitions/SearchFieldLookAndFeel"; export interface HorizontalHeaderLookAndFeel { backgroundColor: string; button?: ButtonLookAndFeel; primaryNavigation: TopNavigationLookAndFeel; secondaryNavigation?: NavigationLookAndFeel; search?: SearchFieldLookAndFeel; } //# sourceMappingURL=HorizontalHeaderLookAndFeel.d.ts.map