Home > widget-integration > ProductCountPaginationSettings

ProductCountPaginationSettings type

Signature:

export type ProductCountPaginationSettings = {
	showProductCount: boolean;
	position: "top" | "bottom";
	color: string;
};