Home > widget-integration > ProductCountPaginationSettings
ProductCountPaginationSettings type
Signature:
export type ProductCountPaginationSettings = {
showProductCount: boolean;
position: "top" | "bottom";
color: string;
};
Home > widget-integration > ProductCountPaginationSettings
Signature:
export type ProductCountPaginationSettings = {
showProductCount: boolean;
position: "top" | "bottom";
color: string;
};