TextProps
the-cdj-ui / types/Text.types / TextProps
Interface: TextProps
Properties
align?
optional
align:"inherit"
|"center"
|"right"
|"left"
|"justify"
Defined in
children
children:
ReactNode
Defined in
color?
optional
color:"primary"
|"secondary"
|"inherit"
|"initial"
|"textPrimary"
|"textSecondary"
|"error"
Defined in
gutterBottom?
optional
gutterBottom:boolean
Defined in
noWrap?
optional
noWrap:boolean
Defined in
sx?
optional
sx:SxProps
Defined in
variant?
optional
variant:"h1"
|"h2"
|"h3"
|"h4"
|"h5"
|"h6"
|"subtitle1"
|"subtitle2"
|"body1"
|"body2"
|"caption"
|"button"
|"overline"