UNPKG

@automattic/mini-cart

Version:
9 lines 591 B
import type { ResponseCart, RemoveProductFromCart, RemoveCouponFromCart, AddProductsToCart } from '@automattic/shopping-cart'; export declare function MiniCartLineItems({ removeProductFromCart, addProductsToCart, removeCoupon, createUserAndSiteBeforeTransaction, responseCart, }: { removeProductFromCart: RemoveProductFromCart; addProductsToCart: AddProductsToCart; removeCoupon: RemoveCouponFromCart; createUserAndSiteBeforeTransaction?: boolean; responseCart: ResponseCart; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=mini-cart-line-items.d.ts.map