Skip to main content

TextProps

the-cdj-ui


the-cdj-ui / types/Text.types / TextProps

Interface: TextProps

Properties

align?

optional align: "inherit" | "center" | "right" | "left" | "justify"

Defined in

src/types/Text.types.d.ts:20


children

children: ReactNode

Defined in

src/types/Text.types.d.ts:31


color?

optional color: "primary" | "secondary" | "inherit" | "initial" | "textPrimary" | "textSecondary" | "error"

Defined in

src/types/Text.types.d.ts:21


gutterBottom?

optional gutterBottom: boolean

Defined in

src/types/Text.types.d.ts:29


noWrap?

optional noWrap: boolean

Defined in

src/types/Text.types.d.ts:30


sx?

optional sx: SxProps

Defined in

src/types/Text.types.d.ts:32


variant?

optional variant: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "caption" | "button" | "overline"

Defined in

src/types/Text.types.d.ts:6