UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

11 lines 344 B
declare type Size = 'extraSmall' | 'small' | 'medium' | 'large'; export interface SkeletonThumbnailProps { /** * Size of the thumbnail * @default 'medium' */ size?: Size; } export declare function SkeletonThumbnail({ size }: SkeletonThumbnailProps): JSX.Element; export {}; //# sourceMappingURL=SkeletonThumbnail.d.ts.map