Ref hook that wires a dropdown menu onto a container.

  • Type Parameters

    • T extends HTMLElement = HTMLDivElement

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