+
+ {icon && (
+
+ {icon}
+
+ )}
+ {title}
+ {children && (
+
+ )}
+
+ {expanded && children && (
+
+ {children}
+
+ )}
+
+ );
+ }
+);
+MenuItem.displayName = "MenuItem";
+
+const MenuGroup = React.forwardRef<
+ HTMLDivElement,
+ React.HTMLAttributes