Repository URL to install this package:
|
Version:
2.1.16 ▾
|
@skava/ui-presets
/
dist
/
presets
/
BundleProduct
/
CheckoutCartBundle
/
ProductItem
/
typings.d.ts
|
|---|
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;
}