You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > ProductImageGrid
ProductImageGrid type
Signature:
export type ProductImageGrid = {
top?: ProductImageGridRow;
middle?: ProductImageGridRow;
bottom?: ProductImageGridRow;
};
References: ProductImageGridRow