mamg-product-card
Version:
Este es un paquete de pruebas de despliegue en NPM
6 lines (5 loc) • 393 B
TypeScript
import React from 'react';
import { ProductCardProps } from '../interfaces/ProductCardProps';
import { ProductContextProps } from '../interfaces/ProductContextProps';
export declare const ProductContext: React.Context<ProductContextProps>;
export declare const ProductCard: ({ children, product, className, style, onChange, value, initialValues }: ProductCardProps) => React.JSX.Element;