UNPKG

gr-product-card

Version:

This is a package that helps import a library of a product showing the card and the main goal of this package is for tests purposes.

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;