UNPKG

react-tooltip-z

Version:

Lightweight, customizable React tooltip component with hover, click, focus and manual trigger support.

5 lines (4 loc) 212 B
import React from 'react'; import { TooltipProps, TooltipRef } from '../types'; declare const Tooltip: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<TooltipRef>>; export default Tooltip;