Home > widget-integration > ProductInfoElementSettings

ProductInfoElementSettings type

Signature:

export type ProductInfoElementSettings<OtherSettings = unknown> = {
	color?: string;
	textTransform?: "none" | "capitalize" | "uppercase" | "lowercase";
	fontFamily?: string;
	fontStyle?: string;
	fontWeight?: string | number;
	fontSize?: string | number;
} & OtherSettings;