UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

8 lines (7 loc) 400 B
import { CommonFormControl } from '../form'; import * as i0 from "@angular/core"; export declare class ColorPickerComponent extends CommonFormControl<string> { onInput(event: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "aui-color-picker", never, {}, {}, never, never, true, never>; }