Repository URL to install this package:
|
Version:
2.0.17 ▾
|
/// <reference types="react" />
import { ProductItemListProps } from './typings';
/**
* render List Wrapper
*/
declare function defaultRenderProductItem(itemDetails: ProductItemListProps): JSX.Element;
export { defaultRenderProductItem };