Repository URL to install this package:
|
Version:
2.6.18 ▾
|
import { ProductItemProps } from './typings';
declare function defaultRenderTotalPrice(props: ProductItemProps): JSX.Element;
declare function defaultRenderPrice(props: ProductItemProps): JSX.Element;
declare function defaultRenderQuantity(props: ProductItemProps): JSX.Element;
declare function defaultRenderProductDetails(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 { defaultRenderImage, defaultRenderProductDetails, defaultRenderQuantity, defaultRenderPrice, defaultRenderTotalPrice, defaultRenderBox, defaultRenderWrapper, };