UNPKG

jalt-product-card

Version:

Congrats! You just saved yourself hours of work by bootstrapping this project with TSDX. Let’s get you oriented with what’s here and how to use it.

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