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.

11 lines (10 loc) 174 B
export type SkeletonBaseProperties = { /** * Skeleton custom height */ height?: string; /** * Skeleton custom width */ width?: string; };