UNPKG

gr-product-card

Version:

This is a package that helps import a library of a product showing the card and the main goal of this package is for tests purposes.

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