UNPKG

jeme-product-card

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