Home > @uniformdev/design-system > SkeletonProps

SkeletonProps type

Signature:

type SkeletonProps = React__default.PropsWithChildren<React__default.HTMLAttributes<HTMLDivElement>> & {
    width?: string;
    height?: string;
    inline?: boolean;
    circle?: boolean;
};