Home > widget-integration > ToolbarProductCount

ToolbarProductCount type

Signature:

export type ToolbarProductCount = {
	fontSizeScale: number;
	fontSize: string;
	color: string;
	fontFamily: string;
	fontStyle: string;
	textTransform: string;
	isEnable: boolean;
	fontWeight: string;
};