UNPKG

ng2-qgrid

Version:
8 lines (7 loc) 178 B
import { ElementRef } from '@angular/core'; export declare class BackdropService { isActive: boolean; element: ElementRef; hide(): void; reveal(): void; }