Home > widget-integration > ToolbarSorting

ToolbarSorting type

Signature:

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