UNPKG

@chargebee/chargebee-js-angular-wrapper

Version:
23 lines 1.16 kB
import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ExpiryFieldDirective 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<ExpiryFieldDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ExpiryFieldDirective, "[cbExpiryField]", never, { "cbComponent": { "alias": "cbComponent"; "required": false; }; "styles": { "alias": "styles"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, true, never>; } //# sourceMappingURL=expiry-field.directive.d.ts.map