@vipstorage/material-color-picker
Version:
Angular Material Color Picker
13 lines (12 loc) • 440 B
TypeScript
import * as i0 from "@angular/core";
export declare class NumericColorInputDirective {
constructor();
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, false, never>;
}