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