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 as ProductItemPlaceholderProps } from 'abstractions/BundleProduct/CheckoutCartBundle/ProductItem';
import { ListProps } from 'presets/BundleProduct/CheckoutCartBundle';
export interface ProductItemProps extends ProductItemPlaceholderProps {
    item?: ListProps;
    index?: number;
    productCount?: number;
    onQuantityInputChange?: Function;
}