UNPKG

@neocomplexx/ngx-neo-directives

Version:

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

9 lines (8 loc) 212 B
import { ElementRef } from '@angular/core'; export declare class StringsDirective { private _el; private el; maxLength: any; constructor(_el: ElementRef); onKeyDown(e: KeyboardEvent): void; }