UNPKG

nicohc185-do-product-cart

Version:

Este es un paquete de pruebas de despliegue en NPM

7 lines (6 loc) 338 B
import { ProductCardHOCProps } from '../interfaces/product.interface'; export { default as ProductButtons } from './ProductButtons'; export { default as ProductImage } from './ProductImage'; export { default as ProductTitle } from './ProductTitle'; export declare const ProductCard: ProductCardHOCProps; export default ProductCard;