react-tooltip
react-tooltip copied to clipboard
Update TooltipControllerTypes.d.ts
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.