Menu()
const
Menu: (props
) =>null
|ReactElement
<unknown
,string
|JSXElementConstructor
<any
>>
Menu component that supports display and selection of menu items via a trigger (right-click or click) Customization of React Aria's Menu and Menu Item components https://react-spectrum.adobe.com/react-aria/Menu.html
Parameters
props
Omit
<PopoverProps
, "className"
| "style"
> & BaseMenuProps
& RefAttributes
<HTMLElement
>
Returns
null
| ReactElement
<unknown
, string
| JSXElementConstructor
<any
>>