UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

11 lines (10 loc) 309 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