You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.1 KiB
25 lines
1.1 KiB
import * as i0 from "@angular/core";
|
|
import * as i1 from "@angular/common";
|
|
export declare class Skeleton {
|
|
styleClass: string;
|
|
style: any;
|
|
shape: string;
|
|
animation: string;
|
|
borderRadius: string;
|
|
size: string;
|
|
width: string;
|
|
height: string;
|
|
containerClass(): {
|
|
'p-skeleton p-component': boolean;
|
|
'p-skeleton-circle': boolean;
|
|
'p-skeleton-none': boolean;
|
|
};
|
|
containerStyle(): any;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<Skeleton, never>;
|
|
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>;
|
|
}
|
|
export declare class SkeletonModule {
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonModule, never>;
|
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonModule, [typeof Skeleton], [typeof i1.CommonModule], [typeof Skeleton]>;
|
|
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonModule>;
|
|
}
|