TooltipApi: { hide: () => void; show: () => void }

Imperative handle returned by enhanceTooltip.

Type declaration

  • hide: () => void

    Hide the tooltip immediately.

  • show: () => void

    Show the tooltip immediately.