Repository URL to install this package:
|
Version:
2.1.12 ▾
|
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
}