Ref hook that groups [data-hl-disclosure] elements for mutual exclusivity.

  • Type Parameters

    • T extends HTMLElement = HTMLElement

    Parameters

    • allowMultiple: boolean = false

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