@shopify/polaris
Version:
Shopify’s admin product component library
13 lines (12 loc) • 389 B
TypeScript
/// <reference types="react" />
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