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.

10 lines (9 loc) 473 B
import { SkeletonBaseProperties } from '../skeleton-base/properties'; export declare const SKELETON_RECTANGLE_SCALES: readonly ["peta", "tera", "giga", "mega", "kilo", "hecto", "deca", "base", "deci", "centi"]; export type SkeletonRectanglesScales = (typeof SKELETON_RECTANGLE_SCALES)[number]; export type SkeletonRectangleProperties = SkeletonBaseProperties & { /** * Rectangle skeleton size (based on font sizes) */ scale?: SkeletonRectanglesScales; };