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 05afa48 commit 6474a1aCopy full SHA for 6474a1a
1 file changed
src/interface.ts
@@ -12,7 +12,6 @@ export interface SubMenuType extends ItemSharedProps {
12
type?: 'submenu';
13
14
label?: React.ReactNode;
15
- title?: string;
16
17
children: ItemType[];
18
0 commit comments