@ngxmc/color-picker
Version:
Angular Material Color Picker
12 lines (11 loc) • 429 B
TypeScript
import * as i0 from "@angular/core";
export declare class NumericColorInputDirective {
onInput($event: any): void;
/**
* Format input
* @param input
*/
private _formatInput;
static ɵfac: i0.ɵɵFactoryDeclaration<NumericColorInputDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericColorInputDirective, "[ngxMatNumericColorInput]", never, {}, {}, never, never, true, never>;
}