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