Type Alias: TxtProps
TxtProps =
SlottableTextProps&object
Defined in: lib/base/Txt.tsx:14
Props for the Txt component. Extends SlottableTextProps with additional properties for text handling and translation.
Type declaration
append?
optionalappend:React.ReactNode
Content to display after the text
children
children:
React.ReactNode
The text content to display
prepend?
optionalprepend:React.ReactNode
Content to display before the text
raw?
optionalraw:boolean
If true, the text is not translated