source: trip-planner-front/node_modules/primeng/timeline/timeline.d.ts@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 1.2 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";
5import * as i2 from "primeng/api";
6export declare class Timeline implements AfterContentInit, BlockableUI {
7 private el;
8 value: any[];
9 style: any;
10 styleClass: string;
11 align: string;
12 layout: string;
13 templates: QueryList<any>;
14 contentTemplate: TemplateRef<any>;
15 oppositeTemplate: TemplateRef<any>;
16 markerTemplate: TemplateRef<any>;
17 constructor(el: ElementRef);
18 getBlockableElement(): HTMLElement;
19 ngAfterContentInit(): void;
20 static ɵfac: i0.ɵɵFactoryDeclaration<Timeline, never>;
21 static ɵcmp: i0.ɵɵComponentDeclaration<Timeline, "p-timeline", never, { "value": "value"; "style": "style"; "styleClass": "styleClass"; "align": "align"; "layout": "layout"; }, {}, ["templates"], never>;
22}
23export declare class TimelineModule {
24 static ɵfac: i0.ɵɵFactoryDeclaration<TimelineModule, never>;
25 static ɵmod: i0.ɵɵNgModuleDeclaration<TimelineModule, [typeof Timeline], [typeof i1.CommonModule], [typeof Timeline, typeof i2.SharedModule]>;
26 static ɵinj: i0.ɵɵInjectorDeclaration<TimelineModule>;
27}
Note: See TracBrowser for help on using the repository browser.