From a77089dd77e52490bdc34fad8bfeca31efc32fa6 Mon Sep 17 00:00:00 2001 From: Batuhan Tomo <91488737+Rekl0w@users.noreply.github.com> Date: Wed, 1 May 2024 14:51:19 +0300 Subject: [PATCH] Fix #6524: pt headerContent fix (#6529) * Fix #6524: pt headerContent fix * Update panelmenu.d.ts --------- Co-authored-by: Melloware --- components/lib/panelmenu/panelmenu.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lib/panelmenu/panelmenu.d.ts b/components/lib/panelmenu/panelmenu.d.ts index 0a3c173c66..95470a7d34 100644 --- a/components/lib/panelmenu/panelmenu.d.ts +++ b/components/lib/panelmenu/panelmenu.d.ts @@ -48,6 +48,10 @@ export interface PanelMenuPassThroughOptions { * Uses to pass attributes to the header action's DOM element. */ headerAction?: PanelMenuPassThroughType>; + /** + * Uses to pass attributes to the header content's DOM element. + */ + headerContent?: PanelMenuPassThroughType>; /** * Uses to pass attributes to the submenuIcon's DOM element. */