UNPKG

gliscano-product-card

Version:

Product card is a test package, it was created with React and Typescript using State Initializer Component Pattern

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