source: trip-planner-front/node_modules/primeng/toolbar/toolbar.d.ts@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.0 KB
Line 
1import { ElementRef, AfterContentInit, QueryList, TemplateRef } from '@angular/core';
2import { BlockableUI } from 'primeng/api';
3import * as i0 from "@angular/core";
4import * as i1 from "@angular/common";
5export 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}
18export 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}
Note: See TracBrowser for help on using the repository browser.