react-tooltip icon indicating copy to clipboard operation
react-tooltip copied to clipboard

Update TooltipControllerTypes.d.ts

Open devyanshyadav opened this issue 1 year ago • 3 comments

Allow JSX.Element in tooltip content and html props

  • Update ITooltipController interface
  • content and html props now accept string | JSX.Element
  • Improves flexibility for adding React elements in TypeScript

Summary by CodeRabbit

  • New Features
    • Tooltip content can now include JSX elements, allowing for richer and more dynamic tooltip displays.

devyanshyadav avatar Jun 26 '24 05:06 devyanshyadav