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 { ProductDetailsProps } from './typings';
declare function defaultRenderTitle(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderSkuId(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderPrice(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderProductDetails(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderProductOptions(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderProductQuantity(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderFrequency(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderBox(props: ProductDetailsProps): JSX.Element;
declare function defaultRenderWrapper(props: ProductDetailsProps): JSX.Element;
export { defaultRenderTitle, defaultRenderSkuId, defaultRenderPrice, defaultRenderProductDetails, defaultRenderProductOptions, defaultRenderProductQuantity, defaultRenderFrequency, defaultRenderBox, defaultRenderWrapper, };