Line | |
---|
1 | import * as i0 from "@angular/core";
|
---|
2 | import * as i1 from "@angular/common";
|
---|
3 | export 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 | }
|
---|
21 | export 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.