@spartacus/order
Version:
Order feature library for Spartacus
11 lines (10 loc) • 612 B
TypeScript
import { Consignment, Order, OrderEntry, PromotionLocation } from '@spartacus/core';
import * as i0 from "@angular/core";
export declare class OrderConsignedEntriesComponent {
consignments: Consignment[];
order: Order;
promotionLocation: PromotionLocation;
getConsignmentProducts(consignment: Consignment): OrderEntry[];
static ɵfac: i0.ɵɵFactoryDeclaration<OrderConsignedEntriesComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<OrderConsignedEntriesComponent, "cx-order-consigned-entries", never, { "consignments": "consignments"; "order": "order"; }, {}, never, never>;
}