@shopify/polaris
Version:
Shopify’s admin product component library
12 lines • 369 B
TypeScript
import React from 'react';
type Size = 'extraSmall' | 'small' | 'medium' | 'large';
export interface SkeletonThumbnailProps {
/**
* Size of the thumbnail
* @default 'medium'
*/
size?: Size;
}
export declare function SkeletonThumbnail({ size }: SkeletonThumbnailProps): React.JSX.Element;
export {};
//# sourceMappingURL=SkeletonThumbnail.d.ts.map