UNPKG

@neocomplexx/ngx-neo-directives

Version:

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

11 lines (10 loc) 295 B
import { ElementRef } from '@angular/core'; export declare class OnReturnDirective { private _el; private el; onReturn: any; setEnabled: boolean; constructor(_el: ElementRef); onKeyDown(e: any): void; static setNextFocus(onReturn: any, setEnabled?: boolean): void; }