import { IModuleCustomizationStyle } from '@fad-producto/fad-common/models/core'; export interface IAcuantStyle extends IModuleCustomizationStyle { /** * Desktop container background color. * The background color of the inner container showed in desktop version * The String format must fulfill the background-color property format. * @example * desktopContainerColor='#e6e6e6'; */ desktopContainerBackgroundColor?: string; }