Skip to content

Commit

Permalink
Fixed #4809 - Menu: submenuheader slot options TypeScript defect
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Nov 13, 2023
1 parent d8fc74f commit 13d8d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/menu/Menu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export interface MenuSlots {
/**
* Menuitem instance
*/
submenuheader: MenuItem;
item: MenuItem;
}): VNode[];
}

Expand Down

0 comments on commit 13d8d82

Please sign in to comment.