UNPKG

jalt-product-card

Version:

Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

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;