diff --git a/components/menu/types/index.d.ts b/components/menu/types/index.d.ts index 44d646cee8..bd99c82440 100644 --- a/components/menu/types/index.d.ts +++ b/components/menu/types/index.d.ts @@ -80,7 +80,7 @@ export interface MenuItemProps { /** * A supporting element shown at the end of the menu item */ - suffix: React.ReactNode + suffix?: React.ReactNode tabIndex?: number /** * For using menu item as a link