UNPKG

@c8y/ngx-components

Version:

Angular modules for Cumulocity IoT applications

11 lines 593 B
import * as i0 from "@angular/core"; export declare class BrandingShadesService { getShadeColorBrandingCssVars(newBrandPrimary: string): Record<`c8y-brand-${number}0`, string>; isValidShadeColor(color: string): boolean; hasCustomShadesSet(previousBrandPrimary: string, otherVars: Record<string, string | number>): boolean; private shadesToObject; private generateShades; static ɵfac: i0.ɵɵFactoryDeclaration<BrandingShadesService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<BrandingShadesService>; } //# sourceMappingURL=branding-shades.service.d.ts.map