UNPKG

afrcode-product-card

Version:

Este es un paquete de pruebas de despliegue en ```'npm'```

5 lines (4 loc) 317 B
import React from 'react'; import { ProductCardProps, ProductContextProps } from '../interfaces'; export declare const ProductContext: React.Context<ProductContextProps>; export declare const ProductCard: ({ children, product, className, style, onChange, value, initialValues }: ProductCardProps) => JSX.Element;