From 6fbc2a63c55ed2d3fcdba4ec6e7fa453bdf2e9ed Mon Sep 17 00:00:00 2001 From: Melloware Date: Wed, 22 Nov 2023 13:28:48 -0500 Subject: [PATCH] Fix #5376: Tooltip content TS def (#5377) --- components/lib/tooltip/tooltip.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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