InterfaceTruncatedTextProps
Interface: InterfaceTruncatedTextProps
Defined in: src/types/shared-components/TruncatedText/interface.ts:5
Props for TruncatedText component.
Properties
maxWidthOverride?
optionalmaxWidthOverride:number
Defined in: src/types/shared-components/TruncatedText/interface.ts:10
Optional: Override for the maximum width for truncation.
text
text:
string
Defined in: src/types/shared-components/TruncatedText/interface.ts:7
The full text to display. It may be truncated if it exceeds the maximum width.