UNPKG

@ngx-performance-ui/core

Version:
9 lines (8 loc) 252 B
import { ElementRef, AfterViewInit } from '@angular/core'; export declare class AutofocusDirective implements AfterViewInit { private elRef; enable: boolean; delay: number; constructor(elRef: ElementRef); ngAfterViewInit(): void; }