@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) • 322 B
TypeScript
import { ElementRef, 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;
}