UNPKG

@vindev/particle

Version:

Angular Component Library using Tailwind

19 lines (18 loc) 937 B
import { ElementRef } from '@angular/core'; import { ThemeOpt } from '../enums/theme-options'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; export declare class ColorDirective { private _elementRef; defaultColor: ThemeOpt; private _color; set ptclColor(value: ThemeOpt | string); constructor(_elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<ColorDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ColorDirective, "[ptclColor]", never, { "ptclColor": "ptclColor"; }, {}, never, never, false, never>; } export declare class ColorDirectiveModule { static ɵfac: i0.ɵɵFactoryDeclaration<ColorDirectiveModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ColorDirectiveModule, [typeof ColorDirective], [typeof i1.CommonModule], [typeof ColorDirective]>; static ɵinj: i0.ɵɵInjectorDeclaration<ColorDirectiveModule>; }