diff --git a/src/components/TooltipController/TooltipControllerTypes.d.ts b/src/components/TooltipController/TooltipControllerTypes.d.ts index a6a5e289..28cdecc9 100644 --- a/src/components/TooltipController/TooltipControllerTypes.d.ts +++ b/src/components/TooltipController/TooltipControllerTypes.d.ts @@ -17,11 +17,11 @@ import type { export interface ITooltipController { className?: string classNameArrow?: string - content?: string + content?: string | JSX.Element /** * @deprecated Use `children` or `render` instead */ - html?: string + html?: string | JSX.Element render?: (render: { content: string | null; activeAnchor: HTMLElement | null }) => ChildrenType place?: PlacesType offset?: number