UNPKG

ng2-qgrid

Version:
11 lines (10 loc) 326 B
import { ElementRef, OnInit } from '@angular/core'; import { TabTrapComponent } from './tab-trap.component'; export declare class TabtrapInDirective implements OnInit { private element; target: any; host: TabTrapComponent; constructor(element: ElementRef); ngOnInit(): void; focus(): void; }