From 31b64d1ad9f0c752a4f5bf54b58cd212ff9073b6 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Tue, 17 Sep 2024 12:01:28 +0300 Subject: [PATCH] Update PanelMenu.d.ts --- packages/primevue/src/panelmenu/PanelMenu.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */