UNPKG

311 BTypeScriptView Raw
1import { ElementRef } from '@angular/core';
2import { BlockableUI } from 'primeng/api';
3export declare class Toolbar implements BlockableUI {
4 private el;
5 style: any;
6 styleClass: string;
7 constructor(el: ElementRef);
8 getBlockableElement(): HTMLElement;
9}
10export declare class ToolbarModule {
11}