diff --git a/components/lib/tooltip/tooltip.d.ts b/components/lib/tooltip/tooltip.d.ts index c9162d8abe..066287feac 100644 --- a/components/lib/tooltip/tooltip.d.ts +++ b/components/lib/tooltip/tooltip.d.ts @@ -84,7 +84,7 @@ export interface TooltipProps extends TooltipOptions { /** * Content to be displayed in tooltip. */ - content?: string | undefined; + content?: React.ReactNode | string | undefined; /** * Used to get the child elements of the component. * @readonly