Skip to content

Commit

Permalink
Fix #5376: Tooltip content TS def (#5377)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Nov 22, 2023
1 parent e286f3e commit 6fbc2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/tooltip/tooltip.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fbc2a6

Please sign in to comment.