Repository URL to install this package:
|
Version:
2.1.14 ▾
|
import { BaseImageProps } from '@skava/ui/dist/components/atoms/Image'
export interface ProductImageProps extends BaseImageProps {
className?: string
}