UNPKG

mp-product-card-react-typescript

Version:

This is a deploy test package to NPM

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