UNPKG

@coreui/angular

Version:

CoreUI for Angular UI components library

14 lines (13 loc) 498 B
import { TextColors } from '../coreui.types'; import * as i0 from "@angular/core"; export declare class TextColorDirective { /** * Set text-color of element * @type TextColors */ color: TextColors; get hostClasses(): any; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<TextColorDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TextColorDirective, "[cTextColor]", never, { "color": "cTextColor"; }, {}, never, never, false>; }