UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

13 lines (12 loc) 393 B
/// <reference types="react" /> declare type Size = 'small' | 'medium' | 'large' | 'extraLarge'; export interface SkeletonDisplayTextProps { /** * Size of the text * @default 'medium' */ size?: Size; } export declare function SkeletonDisplayText({ size, }: SkeletonDisplayTextProps): JSX.Element; export {}; //# sourceMappingURL=SkeletonDisplayText.d.ts.map