@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
23 lines (22 loc) • 817 B
TypeScript
import * as i0 from "@angular/core";
export declare class SkeletonAreaComponent {
/**
* Area skeleton height
*/
height?: string;
/**
* Area skeleton width
*/
width?: string;
/**
* Area skeleton material icon
*/
icon: string;
/**
* Whether Area skeleton has custom icon
*/
hasCustomIcon: boolean;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonAreaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonAreaComponent, "nj-skeleton-area", never, { "height": { "alias": "height"; "required": false; }; "width": { "alias": "width"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "hasCustomIcon": { "alias": "hasCustomIcon"; "required": false; }; }, {}, never, ["*"], true, never>;
}