platform-bible-react
    Preparing search index...

    Type Alias DropdownGroup

    type DropdownGroup = {
        items: DropdownItem[];
        label: string;
    }
    Index

    Properties

    Properties

    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.