@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) • 391 B
TypeScript
import { Promotion } from '@spartacus/core';
import * as i0 from "@angular/core";
export declare class PromotionsComponent {
promotions: Promotion[];
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<PromotionsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PromotionsComponent, "cx-promotions", never, { "promotions": "promotions"; }, {}, never, never>;
}