UNPKG

primeng

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Join the chat at https://gitter.im/primefaces/primeng](https://badges.gitter.im/primefaces/primeng.svg)](https://gitter.im/primefaces/primeng?ut

12 lines (11 loc) 321 B
import { ElementRef } from '@angular/core'; import { BlockableUI } from '../common/blockableui'; export declare class Toolbar implements BlockableUI { private el; style: any; styleClass: string; constructor(el: ElementRef); getBlockableElement(): HTMLElement; } export declare class ToolbarModule { }