randmarcomps 1.187.0 → 1.188.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -490,7 +490,7 @@ export declare interface ProductCardProps {
490
490
  isAddToCartActionLoading?: boolean;
491
491
  syncToShopifyAction?: () => void;
492
492
  isSyncToShopifyActionLoading?: boolean;
493
- customAction?: React.ReactNode;
493
+ customAction?: default_2.ReactNode;
494
494
  }
495
495
 
496
496
  export declare function ProductImage({ randmarSKU, size, alt, secondaryContent }: ProductImageProps): JSX.Element;