We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
null
data-tooltip-content
1 parent 60ed92f commit cd0a869Copy full SHA for cd0a869
src/components/TooltipController/TooltipControllerTypes.d.ts
@@ -76,8 +76,8 @@ declare module 'react' {
76
interface HTMLAttributes<T> extends AriaAttributes, DOMAttributes<T> {
77
'data-tooltip-id'?: string
78
'data-tooltip-place'?: PlacesType
79
- 'data-tooltip-content'?: string
80
- 'data-tooltip-html'?: string
+ 'data-tooltip-content'?: string | null
+ 'data-tooltip-html'?: string | null
81
'data-tooltip-variant'?: VariantType
82
'data-tooltip-offset'?: number
83
'data-tooltip-wrapper'?: WrapperType
0 commit comments