UNPKG

@neocomplexx/ngx-neo-directives-mat

Version:
11 lines (10 loc) 305 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; }