Skip to content

Commit 6474a1a

Browse files
committed
fix: keep submenu item title type compatible
1 parent 05afa48 commit 6474a1a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/interface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export interface SubMenuType extends ItemSharedProps {
1212
type?: 'submenu';
1313

1414
label?: React.ReactNode;
15-
title?: string;
1615

1716
children: ItemType[];
1817

0 commit comments

Comments
 (0)