@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
14 lines (13 loc) • 832 B
TypeScript
import { OnChanges, SimpleChanges } from '@angular/core';
import { ProductListOutlets } from '../../product-outlets.model';
import { ProductListItemContextSource } from '../model/product-list-item-context-source.model';
import * as i0 from "@angular/core";
export declare class ProductGridItemComponent implements OnChanges {
protected productListItemContextSource: ProductListItemContextSource;
readonly ProductListOutlets: typeof ProductListOutlets;
product: any;
constructor(productListItemContextSource: ProductListItemContextSource);
ngOnChanges(changes?: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ProductGridItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ProductGridItemComponent, "cx-product-grid-item", never, { "product": "product"; }, {}, never, never>;
}