Skip to main content

Interface: TypographyProps

Defined in: components/Typography.tsx:14

Props for the Typography component.

Extends

  • Omit<TextProps, "style">

Properties

variant?

optional variant: string

Defined in: components/Typography.tsx:16

The typography variant to apply (e.g., 'heading1', 'body', 'caption')


color?

optional color: string | false

Defined in: components/Typography.tsx:18

Custom color to override the typography color, or false to disable color


style?

optional style: StyledProp<TextStyle>

Defined in: components/Typography.tsx:20

Additional styles to apply to the text


styled?

optional styled: StyledProps<TextProps>

Defined in: components/Typography.tsx:22

Styled props for advanced styling with theme and responsive support


selectable?

optional selectable: boolean

Defined in: components/Typography.tsx:24

Whether the text should be selectable by the user

Overrides

Omit.selectable