DropDownMenuItems
DropDownMenuItems:
object
Menu items definition: functions for items, objects for nested groups.
Example
{
* 'Add': () => {},
* 'Edit': () => {},
* 'More': { 'Option 1': () => {}, 'Option 2': () => {} }
* }
Index signature
[key: string]: () => void | DropDownMenuItems