UNPKG

ng2-qgrid

Version:
10 lines (9 loc) 303 B
import { ElementRef, AfterViewInit, NgZone } from '@angular/core'; export declare class FocusDirective implements AfterViewInit { private element; private zone; selector: any; disabled: boolean; constructor(element: ElementRef, zone: NgZone); ngAfterViewInit(): void; }