@neocomplexx/ngx-neo-directives-mat
Version:
12 lines (11 loc) • 365 B
TypeScript
import { ElementRef } from '@angular/core';
import { OnInit, AfterViewInit } from '@angular/core';
export declare class NeoAutofocusDirective implements OnInit, AfterViewInit {
private el;
neoAutofocus: boolean;
private subscription;
constructor(el: ElementRef);
ngOnInit(): void;
ngAfterViewInit(): void;
private setFocus;
}