[59329aa] | 1 | import { ElementRef, AfterContentInit, QueryList, TemplateRef } from '@angular/core';
|
---|
| 2 | import { BlockableUI } from 'primeng/api';
|
---|
| 3 | import * as i0 from "@angular/core";
|
---|
| 4 | import * as i1 from "@angular/common";
|
---|
| 5 | export declare class Toolbar implements AfterContentInit, BlockableUI {
|
---|
| 6 | private el;
|
---|
| 7 | style: any;
|
---|
| 8 | styleClass: string;
|
---|
| 9 | templates: QueryList<any>;
|
---|
| 10 | leftTemplate: TemplateRef<any>;
|
---|
| 11 | rightTemplate: TemplateRef<any>;
|
---|
| 12 | constructor(el: ElementRef);
|
---|
| 13 | getBlockableElement(): HTMLElement;
|
---|
| 14 | ngAfterContentInit(): void;
|
---|
| 15 | static ɵfac: i0.ɵɵFactoryDeclaration<Toolbar, never>;
|
---|
| 16 | static ɵcmp: i0.ɵɵComponentDeclaration<Toolbar, "p-toolbar", never, { "style": "style"; "styleClass": "styleClass"; }, {}, ["templates"], ["*"]>;
|
---|
| 17 | }
|
---|
| 18 | export declare class ToolbarModule {
|
---|
| 19 | static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
|
---|
| 20 | static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof Toolbar], [typeof i1.CommonModule], [typeof Toolbar]>;
|
---|
| 21 | static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
|
---|
| 22 | }
|
---|