as-product-card
Version:
This is a package of test to release in NPM
7 lines (6 loc) • 325 B
TypeScript
import ProductImage from "./ProductImage";
import ProductTitle from "./ProductTitle";
import ProductButtons from './ProductButtons';
import { ProductCardHOCProps } from "../interfaces/interfaces";
declare const HoCProductCard: ProductCardHOCProps;
export { ProductImage, ProductTitle, ProductButtons, HoCProductCard };