UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

10 lines 298 B
/// <reference types="react" /> 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