UNPKG

acr-assist-simulator-module

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.4.

9 lines (8 loc) 234 B
import { ElementRef } from '@angular/core'; export declare class NumericOnlyDirective { private el; private regex; private specialKeys; constructor(el: ElementRef); onKeyDown(event: KeyboardEvent): void; }