UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

6 lines 190 B
/// <reference types="react" /> export interface Props { count?: number; } export declare function SkeletonTabs({ count }: Props): JSX.Element; //# sourceMappingURL=SkeletonTabs.d.ts.map