Interface: TypographyProps
Defined in: components/Typography.tsx:14
Props for the Typography component.
Extends
Omit<TextProps,"style">
Properties
variant?
optionalvariant:string
Defined in: components/Typography.tsx:16
The typography variant to apply (e.g., 'heading1', 'body', 'caption')
color?
optionalcolor:string|false
Defined in: components/Typography.tsx:18
Custom color to override the typography color, or false to disable color
style?
optionalstyle:StyledProp<TextStyle>
Defined in: components/Typography.tsx:20
Additional styles to apply to the text
styled?
optionalstyled:StyledProps<TextProps>
Defined in: components/Typography.tsx:22
Styled props for advanced styling with theme and responsive support
selectable?
optionalselectable:boolean
Defined in: components/Typography.tsx:24
Whether the text should be selectable by the user
Overrides
Omit.selectable