UNPKG

mbari-product-card

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