import { HTMLAttributes } from 'react'; export type SkeletonProps = HTMLAttributes & { isLoading?: boolean; };