Interface: ThemedTooltipProperties
Defined in: src/theme/components/ThemedTooltip.tsx:10
Props for the ThemedTooltip component
Extendsโ
Propertiesโ
children?โ
readonlyoptionalchildren:ReactNode
Defined in: shared/types/componentProps.ts:35
Component content (text, elements, or other components)
Inherited fromโ
CoreComponentProperties.children
className?โ
readonlyoptionalclassName:string
Defined in: shared/types/componentProps.ts:37
Additional CSS classes for styling customization
Inherited fromโ
CoreComponentProperties.className
disabled?โ
readonlyoptionaldisabled:boolean
Defined in: shared/types/componentProps.ts:39
Whether the component is disabled and non-interactive
Inherited fromโ
CoreComponentProperties.disabled
contentโ
readonlycontent:string
Defined in: src/theme/components/ThemedTooltip.tsx:12
Text content to display in the tooltip