nxt-color-picker
Version:
Color picker widget for Angular
13 lines (12 loc) • 412 B
TypeScript
import { ColorPickerComponent } from './color-picker/color-picker.component';
import * as i0 from "@angular/core";
/**
* @internal
*/
export declare class ColorPickerService {
private active?;
constructor();
setActive(active: ColorPickerComponent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ColorPickerService>;
}