UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

10 lines (9 loc) 252 B
/// <reference types="react" /> export interface SkeletonBodyTextProps { /** * Number of lines to display * @default 3 */ lines?: number; } export declare function SkeletonBodyText({ lines }: SkeletonBodyTextProps): JSX.Element;