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 defaultRenderCheckoutButton(props: ProductItemProps): string;
declare function defaultRenderCheckoutTotalPrice(props: ProductItemProps): JSX.Element;
declare function defaultRenderCheckoutPrice(props: ProductItemProps): JSX.Element;
declare function defaultRenderCheckoutQuantity(props: ProductItemProps): JSX.Element;
declare function defaultRenderCheckoutProduct(props: ProductItemProps): JSX.Element;
export { defaultRenderCheckoutButton, defaultRenderCheckoutTotalPrice, defaultRenderCheckoutPrice, defaultRenderCheckoutQuantity, defaultRenderCheckoutProduct, };