UNPKG

as-product-card

Version:
9 lines (8 loc) 282 B
import { CSSProperties } from "react"; export interface PropsProductImage { img?: string; className?: string; style?: CSSProperties; } export declare const ProductImage: ({ className, img, style }: PropsProductImage) => JSX.Element; export default ProductImage;