UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

6 lines (4 loc) 253 B
import { PropsWithBox } from '..'; import { HTMLAttributes } from 'react'; export type SkeletonProps = PropsWithBox<Omit<HTMLAttributes<HTMLDivElement>, "color">>; export declare const Skeleton: ({ className, ...props }: SkeletonProps) => JSX.Element;