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