ng2-qgrid
Version:
Angular Grid
11 lines (10 loc) • 326 B
TypeScript
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;
}