/*! * Copyright Adaptavist 2022 (c) All rights reserved */ import { ScreenLookAndFeel } from "../definitions/ScreenLookAndFeel"; import { ContainerLookAndFeel } from "../definitions/ContainerLookAndFeel"; export interface ContentLookAndFeel { screen?: ScreenLookAndFeel; container?: ContainerLookAndFeel; header?: ContainerLookAndFeel; body?: ContainerLookAndFeel; } //# sourceMappingURL=ContentLookAndFeel.d.ts.map