You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`to`| Required | `string | location` | - | The menu item's target. It is passed to a React Router [NavLink](https://reacttraining.com/react-router/web/api/NavLink) component. |
189
189
|`primaryText`| Required |`ReactNode`| - | The menu content, displayed when the menu isn't minimized. |
190
-
|`keyboardShortcut`| Optional | `string| string[]` | - | The keyboard shortcut(s) to activate this menu item |
191
-
|`keyboardShortcutRepresentation`| Optional |`ReactNode`|`<keyboardShortcut>`| A react node that displays the keyboard shortcut |
190
+
|`keyboardShortcut`| Optional |`string`| - | The keyboard shortcut(s) to activate this menu item |
191
+
|`keyboardShortcut Representation`| Optional |`ReactNode`|`<KeyboardShortcut>`| A react node that displays the keyboard shortcut |
192
192
|`leftIcon`| Optional |`ReactNode`| - | The menu icon |
193
193
|`sx`| Optional |`SxProp`| - | Style overrides, powered by MUI System |
0 commit comments