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