@automattic/mini-cart
Version:
A simple wp.com shopping-cart interface.
9 lines • 591 B
TypeScript
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