@lautarobock/color-picker
Version:
Angular Material Color Picker
16 lines (15 loc) • 731 B
TypeScript
import { EventEmitter, OnInit } from '@angular/core';
import { Color } from '../../models';
import * as i0 from "@angular/core";
export declare class NgxMatColorCollectionComponent implements OnInit {
colorChanged: EventEmitter<Color>;
set color(c: Color);
selectedColor: string;
colors1: string[];
colors2: string[];
constructor();
ngOnInit(): void;
select(hex: string): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxMatColorCollectionComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxMatColorCollectionComponent, "ngx-mat-color-collection", never, { "color": { "alias": "color"; "required": false; }; }, { "colorChanged": "colorChanged"; }, never, never, false, never>;
}