@automattic/wpcom-checkout
Version:
Functions and components used by WordPress.com checkout.
6 lines • 342 B
TypeScript
import type { AddProductsToCart, ResponseCartProduct } from '@automattic/shopping-cart';
export declare const RemovedFromCartItem: ({ product, addProductsToCart, }: {
product: ResponseCartProduct;
addProductsToCart: AddProductsToCart;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=removed-from-cart-item.d.ts.map