Repository URL to install this package:
import { BaseImageProps } from 'atoms/Image'; export interface ProductImageProps extends BaseImageProps { className?: string; }