UNPKG

ea-product-card

Version:
8 lines (7 loc) 222 B
import React from 'react'; export interface Props { className?: string; img?: string; style?: React.CSSProperties; } export declare const ProductImage: ({ className, img, style }: Props) => JSX.Element;