Type alias DropdownGroup

DropdownGroup: {
    items: DropdownItem[];
    label: string;
}

Type declaration

  • items: DropdownItem[]

    The items array contains the items that will be displayed in the dropdown group

  • label: string

    The label is the text that will be displayed on the dropdown group. It is used to categorize the items in the group.