UNPKG

ngx-color

Version:

A Collection of Color Pickers from Sketch, Photoshop, Chrome & more

10 lines (9 loc) 555 B
import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PhotoshopButtonComponent { label: string; active: boolean; onClick: EventEmitter<Event>; static ɵfac: i0.ɵɵFactoryDeclaration<PhotoshopButtonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<PhotoshopButtonComponent, "color-photoshop-button", never, { "label": { "alias": "label"; "required": false; }; "active": { "alias": "active"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>; }