
### HTMLAttributes
- type: All props from HTMLAttributes that comes from @types/react/index.d.ts
- description: No description
### AriaAttributes
- type: All props from AriaAttributes that comes from @types/react/index.d.ts
- description: No description
### DOMAttributes
- type: All props from DOMAttributes that comes from @types/react/index.d.ts
- description: No description
### appendTo
- type: AppendTo
- description: No description
### disabled
- type: boolean
- description: No description
### enterDelay
- type: number
- description: No description
### exitDelay
- type: number
- description: No description
### fixed
- type: boolean
- description: No description
### flip
- type: boolean
- description: No description
### maxWidth
- type: React.CSSProperties
- description: No description
### moveBy
- type: Partial&lt;{ x: number; y: number; }&gt;
- description: No description
### moveArrowTo
- type: number
- description: No description
### onHide
- type: () =&gt; void
- description: No description
### onShow
- type: () =&gt; void
- description: No description
### placement
- type: Placement
- description: No description
### textAlign
- type: TooltipTextAlign
- description: No description
### zIndex
- type: React.CSSProperties
- description: No description
### interactive
- type: boolean
- description: No description
### ellipsis
- type: boolean
- description: No description
### showTooltip
- type: boolean
- description: No description
### maxLines
- type: number
- description: No description
### onEllipsisStateChange
- type: ((isActive: boolean) =&gt; void) &amp; ((isActive: boolean) =&gt; void)
- description: A callback fired when ellipsis state changes.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.
### tagName
- type: &#34;object&#34; | &#34;span&#34; | &#34;a&#34; | &#34;label&#34; | &#34;abbr&#34; | &#34;address&#34; | &#34;area&#34; | &#34;article&#34; | &#34;aside&#34; | &#34;audio&#34; | &#34;b&#34; | &#34;base&#34; | &#34;bdi&#34; | &#34;bdo&#34; | &#34;blockquote&#34; | &#34;body&#34; | &#34;br&#34; | &#34;button&#34; | &#34;canvas&#34; | ... 93 more ... | (string &amp; ComponentType&lt;...&gt;)
- description: Defines a tag name that text should be rendered inside of (e.g., div, a, p).
### size
- type: TextSize
- description: Controls the font size of the text.
### secondary
- type: boolean
- description: Sets text type to secondary. Affects font color only.
### skin
- type: TextSkin
- description: Controls the skin of the text.
### light
- type: boolean
- description: Inverts text color so it can be used on dark backgrounds.
### weight
- type: TextWeight
- description: Controls the font weight of the text.
### listStyle
- type: ListStyle
- description: Sets list items style.
### tooltipProps
- type: TooltipCommonProps
- description: Allows to pass all common tooltip props.
### widows
- type: boolean
- description: if true it will support widows in the text
### suffix
- type: ReactNode
- description: Component displayed at the end of text, after ellipsis if truncated.
### overflowWrap
- type: OverflowWrap
- description: Sets &#34;overflow-wrap&#34; CSS property. Controls how text will behave upon overflowing parent component
### AnchorHTMLAttributes
- type: All props from AnchorHTMLAttributes that comes from @types/react/index.d.ts
- description: No description
### LabelHTMLAttributes
- type: All props from LabelHTMLAttributes that comes from @types/react/index.d.ts
- description: No description


