UNPKG

ng-ptplibraries

Version:

10 lines (9 loc) 248 B
import { ElementRef } from '@angular/core'; export declare class FloatOnlyDirective { private el; private regex; private allowedKeys; constructor(el: ElementRef); floatOnly: boolean; onKeyDown(event: KeyboardEvent): void; }