/** * The props for the Skeleton component. */ export type SkeletonProps = { /** * The additional class name for the root element. */ className?: string; };