Skip to content

Commit 1e8c3e5

Browse files
committed
fix: address review type compatibility
1 parent 2221909 commit 1e8c3e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/interface.ts

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

1414
label?: React.ReactNode;
15+
title?: React.ReactNode;
1516

1617
children: ItemType[];
1718

0 commit comments

Comments
 (0)