UNPKG

@automattic/wpcom-checkout

Version:
6 lines 403 B
import type { ResponseCartProduct } from '@automattic/shopping-cart'; export declare function DefaultLineItemSublabel({ product }: { product: ResponseCartProduct; }): (string | number | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) | null; export declare function getLabel(product: ResponseCartProduct): string; //# sourceMappingURL=checkout-labels.d.ts.map