UNPKG

gml-product-cart

Version:

this is a test package to do deploy NPM

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