UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

23 lines (22 loc) 979 B
import type { SkeletonAreaProperties } from '@engie-group/fluid-types'; import * as i0 from "@angular/core"; export declare class SkeletonAreaComponent implements SkeletonAreaProperties { /** * Area skeleton height */ height?: SkeletonAreaProperties['height']; /** * Area skeleton width */ width?: SkeletonAreaProperties['width']; /** * Area skeleton material icon */ icon: SkeletonAreaProperties['icon']; /** * Whether Area skeleton has custom icon */ hasCustomIcon: boolean; 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>; }