| booleanIf true, displays an asterisk (*) to indicate the field is required. | -
|
color
| ThemeColorsToken | -
|
children
| ReactNode | -
|
sx
| SxProp | -
|
xl
| Merge<Pick<TypographyDefaultProps, "variant" | "weight" | "align">, { sx?: CSSInterpolation; }> | undefined | -
|
lg
| Merge<Pick<TypographyDefaultProps, "variant" | "weight" | "align">, { sx?: CSSInterpolation; }> | undefined | -
|
md
| Merge<Pick<TypographyDefaultProps, "variant" | "weight" | "align">, { sx?: CSSInterpolation; }> | undefined | -
|
sm
| Merge<Pick<TypographyDefaultProps, "variant" | "weight" | "align">, { sx?: CSSInterpolation; }> | undefined | -
|
xs
| Merge<Pick<TypographyDefaultProps, "variant" | "weight" | "align">, { sx?: CSSInterpolation; }> | undefined | -
|
variant
| "display1" | "display2" | "display3" | "title1" | "title2" | "title3" | "heading1" | "heading2" | "headline1" | "headline2" | "body1" | "body1-reading" | "body2" | "body2-reading" | "label1" | "label1-reading" | "label2" | "caption1" | "caption2" | -
|
weight
| "medium" | "regular" | "bold" | -
|
| Property.TextAlign | undefinedThe alignment of the text. | -
|
| booleanWhether to wrap the text. If `noWrap` is set to true, the text will not wrap and overflowing content will be displayed with ellipsis. | -
|
| Property.Display | undefinedThe display of the text. | "inline-block"
|