UNPKG

@automattic/wpcom-checkout

Version:
6 lines 342 B
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