UNPKG

ngx2-credit-cards

Version:

A Credit Card Directives and Reactive Form Validators package for Angular X (6+)

9 lines (8 loc) 246 B
import { ElementRef, Renderer } from '@angular/core'; export declare class CCNumberFormatDirective { private renderer; private el; cardType: string; constructor(renderer: Renderer, el: ElementRef); onKeypress(e: any): void; }