Repository URL to install this package:
|
Version:
4.0.116 ▾
|
import { VariantConfigProps } from '../typings';
import { ProductPieceProps, ProductHoverPropType } from './typings';
declare function defaultRenderHoverIcons(props: ProductHoverPropType): JSX.Element;
declare function defaultRenderProductImage(props: ProductPieceProps, variantData: VariantConfigProps): JSX.Element | JSX.Element[];
declare function defaultRenderProductDetails(props: ProductPieceProps): JSX.Element;
export { defaultRenderHoverIcons, defaultRenderProductImage, defaultRenderProductDetails, };