UNPKG

jp-product-card

Version:

Este es un paquete de prueba de despligue en NPM

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