source: trip-planner-front/node_modules/primeng/skeleton/skeleton.d.ts

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

adding photos

  • Property mode set to 100644
File size: 1.1 KB
Line 
1import * as i0 from "@angular/core";
2import * as i1 from "@angular/common";
3export declare class Skeleton {
4 styleClass: string;
5 style: any;
6 shape: string;
7 animation: string;
8 borderRadius: string;
9 size: string;
10 width: string;
11 height: string;
12 containerClass(): {
13 'p-skeleton p-component': boolean;
14 'p-skeleton-circle': boolean;
15 'p-skeleton-none': boolean;
16 };
17 containerStyle(): any;
18 static ɵfac: i0.ɵɵFactoryDeclaration<Skeleton, never>;
19 static ɵcmp: i0.ɵɵComponentDeclaration<Skeleton, "p-skeleton", never, { "styleClass": "styleClass"; "style": "style"; "shape": "shape"; "animation": "animation"; "borderRadius": "borderRadius"; "size": "size"; "width": "width"; "height": "height"; }, {}, never, never>;
20}
21export declare class SkeletonModule {
22 static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonModule, never>;
23 static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonModule, [typeof Skeleton], [typeof i1.CommonModule], [typeof Skeleton]>;
24 static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonModule>;
25}
Note: See TracBrowser for help on using the repository browser.