Repository URL to install this package:
|
Version:
2.1.14 ▾
|
import { MiniCartBundleProps as MiniCartBundlePlaceholderProps } from 'abstractions/BundleProduct/MiniCartBundle'
import { ProductItemProps } from '../CheckoutCartBundle/ProductItem'
export interface MiniCartProductItemProps extends ProductItemProps {}
export interface MiniCartBundleProps extends MiniCartBundlePlaceholderProps {}