UNPKG

aiab-product-card

Version:

``` import { ProductButtons,ProductCard,ProductImage,ProductTitle } from "aiab-product-card"; ```

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;