UNPKG

nxt-color-picker

Version:
13 lines (12 loc) 412 B
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>; }