Repository URL to install this package:
import { FigureProps } from 'molecules/Figure'; export interface ProductImageWithCaptionProps extends FigureProps { captionColor?: string; }