TypographyVariantsinterface

{
	size?: SizeVariant | undefined;
	tint?: TintVariant | undefined;
	font?: FontVariant | undefined;
	case?: CaseVariant | undefined;
	weight?: WeightVariant | undefined;
	left?: boolean | undefined;
	center?: boolean | undefined;
	right?: boolean | undefined;
	wrap?: boolean | undefined;
	nowrap?: boolean | undefined;
}
PropertyType
.sizeSizeVariant
Font size of the element.
.tintTintVariant
Set CSS text color: to one of the shades of the current tint ladder.
.fontFontVariant
Font family of the element.
.caseCaseVariant
Text case of the element.
.weightWeightVariant
Font weight of the element.
.leftboolean
Align text to the start of the line (LTR: left).
.centerboolean
Centre text horizontally.
.rightboolean
Align text to the end of the line (LTR: right).
.wrapboolean
Enable wrapping.
.nowrapboolean
Disable wrapping.

Typographic variant props — font-family, weight, case, size, tint, alignment, and wrap, applied via getTypographyClass()