UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

5 lines (4 loc) 542 B
export declare const SKELETON_VARIANT: readonly ["single-line", "multi-line", "rectangle", "circle"]; export type SkeletonVariant = (typeof SKELETON_VARIANT)[number]; export declare const SKELETON_TEXT_SIZE: readonly ["title-x-large", "title-large", "heading-x-large", "heading-large", "heading-medium", "heading-small", "text-large", "text-medium", "text-small", "text-x-small", "text-xx-small", "utility-large", "utility-medium", "utility-small", "utility-x-small-demi"]; export type SkeletonTextSize = (typeof SKELETON_TEXT_SIZE)[number];