UNPKG

react-tooltip-z

Version:

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

4 lines (3 loc) 130 B
import React from 'react'; declare function TooltipPortal(props: any): React.ReactPortal | null; export default TooltipPortal;