kwikui
Version:
KwikID's UI Component Library in Angular
12 lines (11 loc) • 590 B
TypeScript
import { ElementRef } from "@angular/core";
import { TKwikUIInputCurrencyType } from "./input-currency.definitions";
import * as i0 from "@angular/core";
export declare class NumericCurrencyTypeDirective {
private el;
currencyType: TKwikUIInputCurrencyType;
constructor(el: ElementRef<HTMLInputElement>);
onInputChange(event: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NumericCurrencyTypeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NumericCurrencyTypeDirective, "[currencyType]", never, { "currencyType": "currencyType"; }, {}, never>;
}