UNPKG

ngx-tree-dnd

Version:

Angular 7 support tree with drag-and-drop sortable data tree. It`s fast and smart.

9 lines (8 loc) 228 B
import { ElementRef, OnInit } from '@angular/core'; export declare class AutoFocusDirective implements OnInit { private el; private focus; constructor(el: ElementRef); ngOnInit(): void; autofocus: boolean; }