UNPKG

@spartacus/storefront

Version:

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

10 lines (9 loc) 167 B
export interface ProductCarouselItem { title?: string; media?: { container: any; format?: string; }; price?: any; route?: any[]; }