UNPKG

react-tooltip-z

Version:

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

10 lines (9 loc) 218 B
interface Props { closeOnResize?: boolean; hideTooltip: () => void; } export declare function useTooltipResize({ closeOnResize, hideTooltip, }: Props): { width: any; height: any; }; export {};