@numiko/dropdown-toggle
    Preparing search index...

    Type Alias GroupMode

    GroupMode: "single" | "multiple" | "single-await"

    Group mode determines how the dropdowns function in a group

    • single: only one dropdown can be open at a time
    • multiple: all dropdowns can be open at the same time
    • single-await: only one dropdown can be open at a time, and the next dropdown will wait for the current one to close