UNPKG

mlrl-product-card

Version:

Este es un paquete de pruebas de despliegue en NPM

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