UNPKG

@coreui/angular

Version:

CoreUI for Angular UI components library

18 lines (17 loc) 663 B
import { BackgroundColors } from '../coreui.types'; import * as i0 from "@angular/core"; export declare class BgColorDirective { /** * Set the background of an element to any contextual class */ color: BackgroundColors; /** * Add linear gradient as background image to the backgrounds. * @type boolean */ gradient?: boolean; get hostClasses(): any; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<BgColorDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<BgColorDirective, "[cBgColor]", never, { "color": "cBgColor"; "gradient": "gradient"; }, {}, never, never, false>; }