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