You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > ProductImageGrid

ProductImageGrid type

Signature:

export type ProductImageGrid = {
	top?: ProductImageGridRow;
	middle?: ProductImageGridRow;
	bottom?: ProductImageGridRow;
};

References: ProductImageGridRow