interface CategorizedItem {
    icon?: string;
    key: string;
    label?: string;
}

Properties

Properties

icon?: string

The icon of the item.

key: string

The key of the item.

label?: string

The label of the item.