UNPKG

ecr-product-card

Version:

Este es un paquete de pruebas de despliegue en NPM

7 lines (6 loc) 334 B
import React from 'react'; import { ProductChangeProps, ShoppingCartArgs } from '../interfaces'; export declare const ShoppingCart: ({ shoppingCart, onProductCartChange, }: { shoppingCart: ShoppingCartArgs; onProductCartChange?: (({ count, product }: ProductChangeProps) => void) | undefined; }) => React.JSX.Element[];