Custom MenuItem wrapper around MUI's MenuItem.
<MenuItem onClick={handleClick}>Logout</MenuItem> Copy
<MenuItem onClick={handleClick}>Logout</MenuItem>
Custom MenuItem wrapper around MUI's MenuItem.
Example