Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
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;
export { defaultRenderPrice, defaultRenderSkuId, defaultRenderDescription, defaultRenderTitle, defaultRenderImage, };