You are viewing API docs for version 1.89.3.
View latestHome > widget-integration > ProductCountPaginationSettings
ProductCountPaginationSettings type
Signature:
export type ProductCountPaginationSettings = {
showProductCount: boolean;
position: "top" | "bottom";
color: string;
};