@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
12 lines (11 loc) • 542 B
TypeScript
import * as i0 from "@angular/core";
export declare class SkeletonContainerComponent {
/**
* Skeleton label (read by screen readers).
* Defaults to "Content is loading"
*/
screenReaderLabel?: string;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonContainerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonContainerComponent, "nj-skeleton-container", never, { "screenReaderLabel": { "alias": "screenReaderLabel"; "required": false; }; }, {}, never, ["*"], true, never>;
}