Skip to content

Commit

Permalink
Fix #6524: pt headerContent fix (#6529)
Browse files Browse the repository at this point in the history
* Fix #6524: pt headerContent fix

* Update panelmenu.d.ts

---------

Co-authored-by: Melloware <mellowaredev@gmail.com>
  • Loading branch information
Rekl0w and melloware authored May 1, 2024
1 parent 824b489 commit a77089d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/panelmenu/panelmenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export interface PanelMenuPassThroughOptions {
* Uses to pass attributes to the header action's DOM element.
*/
headerAction?: PanelMenuPassThroughType<React.HTMLAttributes<HTMLAnchorElement>>;
/**
* Uses to pass attributes to the header content's DOM element.
*/
headerContent?: PanelMenuPassThroughType<React.HTMLAttributes<HTMLDivElement>>;
/**
* Uses to pass attributes to the submenuIcon's DOM element.
*/
Expand Down

0 comments on commit a77089d

Please sign in to comment.