UNPKG

jcamacaro-product-card

Version:

Este es un paquete de pruebas de despliege en NPM

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