UNPKG

ecr-product-card

Version:

Este es un paquete de pruebas de despliegue en NPM

4 lines (3 loc) 225 B
import { JSX } from 'react'; import { ProductCardProps } from '../interfaces'; export declare const ProductCard: ({ children, className, product, style, value, initialValues, onChange, }: ProductCardProps) => JSX.Element;