UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng) [![Build Status](https://travis-ci.org/primefaces/primeng.

19 lines (18 loc) 482 B
import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core'; export declare class BlockUI implements AfterViewInit, OnDestroy { el: ElementRef; target: any; autoZIndex: boolean; baseZIndex: number; styleClass: string; mask: ElementRef; _blocked: boolean; constructor(el: ElementRef); blocked: boolean; ngAfterViewInit(): void; block(): void; unblock(): void; ngOnDestroy(): void; } export declare class BlockUIModule { }