Repository URL to install this package:
|
Version:
3.0.1 ▾
|
import React from 'react';
import { ProductImageProps } from './typings';
declare class ProductImage extends React.PureComponent<ProductImageProps> {
static defaultProps: {
className: string;
};
render(): JSX.Element;
}
export { ProductImage };
export default ProductImage;