react-jlm-product-card
Version:
This is a test package to deploy in NPM
7 lines (6 loc) • 301 B
TypeScript
import { ProductCardHOCProps } from "../interfaces/interfaces";
export declare const ProductCard: ProductCardHOCProps;
export * from "./ProductCard";
export { ProductButtons } from "./ProductButtons";
export { ProductTitle } from "./ProductTitle";
export { ProductImage } from "./ProductImage";