UNPKG

@duoduo-oba/ng-devui

Version:

DevUI components based on Angular

7 lines (6 loc) 207 B
import { ElementRef, OnInit } from '@angular/core'; export declare class AutofocusDirective implements OnInit { private elementRef; constructor(elementRef: ElementRef); ngOnInit(): void; }