UNPKG

aleph-product-card

Version:

Este es un paquete para pruebas de despliegue NPM

19 lines (13 loc) 496 B
import { default as ProductCardComponent } from './ProductCard' import { default as Image } from './Image' import { default as Title } from './Title' import { default as Buttons } from './Buttons' import { ProductHOCProps } from '../interfaces/Product' export const ProductImage = Image export const ProductTitle = Title export const ProductButtons = Buttons export const ProductCard: ProductHOCProps = Object.assign(ProductCardComponent, { Image, Title, Buttons, })