We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2221909 commit 1e8c3e5Copy full SHA for 1e8c3e5
1 file changed
src/interface.ts
@@ -12,6 +12,7 @@ export interface SubMenuType extends ItemSharedProps {
12
type?: 'submenu';
13
14
label?: React.ReactNode;
15
+ title?: React.ReactNode;
16
17
children: ItemType[];
18
0 commit comments