UNPKG

@spartacus/storefront

Version:

Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.

12 lines (11 loc) 575 B
import { EventEmitter } from '@angular/core'; import { OrderEntry } from '@spartacus/core'; import * as i0 from "@angular/core"; export declare class WishListItemComponent { isLoading: boolean; cartEntry: OrderEntry; remove: EventEmitter<OrderEntry>; removeEntry(item: OrderEntry): void; static ɵfac: i0.ɵɵFactoryDeclaration<WishListItemComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<WishListItemComponent, "cx-wish-list-item", never, { "isLoading": "isLoading"; "cartEntry": "cartEntry"; }, { "remove": "remove"; }, never, never>; }