UNPKG

@spartacus/storefront

Version:

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

9 lines (8 loc) 226 B
/** * Identifiers of outlets inside the cart details view. */ export declare enum CartOutlets { ITEM = "cx-cart-item", ITEM_DETAILS = "cx-cart-item.details", ITEM_BUNDLE_DETAILS = "cx-cart-item.bundle-details" }