You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemmionic5/Mohem/node_modules_/primeng/components/toolbar/toolbar.d.ts

12 lines
321 B
TypeScript

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 {
}