UNPKG

@engie-group/fluid-design-system

Version:

The Fluid Design System is ENGIE’s open-source library to create, build and deliver ENGIE digital services in a more efficient way.

8 lines (7 loc) 183 B
export type SkeletonContainerProperties = { /** * Skeleton label (read by screen readers). * Defaults to "Content is loading" */ screenReaderLabel?: string; };