diff --git a/packages/primevue/src/panelmenu/PanelMenu.d.ts b/packages/primevue/src/panelmenu/PanelMenu.d.ts index 1e6010ff0..c92a4032a 100755 --- a/packages/primevue/src/panelmenu/PanelMenu.d.ts +++ b/packages/primevue/src/panelmenu/PanelMenu.d.ts @@ -103,7 +103,7 @@ export interface PanelMenuPassThroughOptions { /** * Used to pass attributes to the list item's DOM element. */ - menuitem?: PanelMenuPassThroughOptionType; + item?: PanelMenuPassThroughOptionType; /** * Used to pass attributes to the item content's DOM element. */