@windstream/react-shared-components 0.2.38 → 0.2.39

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.
@@ -638,7 +638,6 @@ interface BlogCardProps$2 {
638
638
  };
639
639
  /** Pass next/image's Image component here to enable image optimization */
640
640
  imageComponent?: React__default.ComponentType<BlogCardImageProps>;
641
- readMoreText?: string;
642
641
  asGrid?: boolean;
643
642
  index?: number;
644
643
  }