UNPKG

@chargebee/chargebee-js-angular-wrapper

Version:
23 lines 1.08 kB
import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CvvFieldDirective implements OnChanges { cbComponent: any; styles?: object; placeholder?: string; ready: EventEmitter<any>; focus: EventEmitter<any>; blur: EventEmitter<any>; change: EventEmitter<any>; id: string; field: any; type: string; constructor(el: ElementRef); onFocus: (status: any) => void; onBlur: (status: any) => void; onReady: (el: any) => void; onChange: (status: any) => void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<CvvFieldDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<CvvFieldDirective, "[cbCvvField]", never, { "styles": { "alias": "styles"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, true, never>; } //# sourceMappingURL=cvv-field.directive.d.ts.map