Ref hook that wires tooltips onto all [data-hl-tooltip] triggers inside.

  • Type Parameters

    • T extends HTMLElement = HTMLElement

    Returns { api: RefObject<null | TooltipApi>; ref: RefObject<null | T> }