UNPKG

ml-product-card

Version:

### Ejemplo de paquete para subir a npm

8 lines (7 loc) 262 B
import { onChangeArgs, ProductInCart } from "../interfaces/ProductCard"; export declare const useShoppingCart: () => { shopingCart: { [key: string]: ProductInCart; }; handleShoppingCart: ({ producto, count }: onChangeArgs) => void; };