UNPKG

ng2-qgrid

Version:
9 lines (8 loc) 258 B
import { AfterViewInit, ElementRef } from '@angular/core'; export declare class RaiseDirective implements AfterViewInit { private element; type: string; target: string; constructor(element: ElementRef); ngAfterViewInit(): void; }