source: trip-planner-front/node_modules/primeng/tag/tag.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: 1001 bytes
Line 
1import * as i0 from "@angular/core";
2import * as i1 from "@angular/common";
3export declare class Tag {
4 styleClass: string;
5 style: any;
6 severity: string;
7 value: string;
8 icon: string;
9 rounded: boolean;
10 containerClass(): {
11 'p-tag p-component': boolean;
12 'p-tag-info': boolean;
13 'p-tag-success': boolean;
14 'p-tag-warning': boolean;
15 'p-tag-danger': boolean;
16 'p-tag-rounded': boolean;
17 };
18 static ɵfac: i0.ɵɵFactoryDeclaration<Tag, never>;
19 static ɵcmp: i0.ɵɵComponentDeclaration<Tag, "p-tag", never, { "styleClass": "styleClass"; "style": "style"; "severity": "severity"; "value": "value"; "icon": "icon"; "rounded": "rounded"; }, {}, never, ["*"]>;
20}
21export declare class TagModule {
22 static ɵfac: i0.ɵɵFactoryDeclaration<TagModule, never>;
23 static ɵmod: i0.ɵɵNgModuleDeclaration<TagModule, [typeof Tag], [typeof i1.CommonModule], [typeof Tag]>;
24 static ɵinj: i0.ɵɵInjectorDeclaration<TagModule>;
25}
Note: See TracBrowser for help on using the repository browser.