UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

9 lines 266 B
export interface SkeletonBodyTextProps { /** * Number of lines to display * @default 3 */ lines?: number; } export declare function SkeletonBodyText({ lines }: SkeletonBodyTextProps): JSX.Element; //# sourceMappingURL=SkeletonBodyText.d.ts.map