UNPKG

ecr-product-card

Version:

Este es un paquete de pruebas de despliegue en NPM

8 lines (7 loc) 273 B
import { ProductCardHOCProps } from '../interfaces'; export * from './ProductButtons'; export * from './ProductImage'; export * from './ProductTitle'; export * from './ShoppingCart'; export declare const ProductCard: ProductCardHOCProps; export default ProductCard;