Repository URL to install this package:
|
Version:
2.7.3 ▾
|
import { ProductItemProps } from './typings';
declare function defaultRenderPrice(props: ProductItemProps): JSX.Element;
declare function defaultRenderSkuId(props: ProductItemProps): JSX.Element;
declare function defaultRenderDescription(props: ProductItemProps): JSX.Element;
declare function defaultRenderTitle(props: ProductItemProps): JSX.Element;
declare function defaultRenderImage(props: ProductItemProps): JSX.Element;
declare function defaultRenderBox(props: ProductItemProps): JSX.Element;
declare function defaultRenderWrapper(props: ProductItemProps): JSX.Element;
export { defaultRenderPrice, defaultRenderSkuId, defaultRenderDescription, defaultRenderTitle, defaultRenderImage, defaultRenderBox, defaultRenderWrapper };