Ref hook that wires tabs ARIA + keyboard navigation onto a container.

  • Type Parameters

    • T extends HTMLElement = HTMLDivElement

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