Skip to content

Commit

Permalink
Fix #6536: pt submenu fix (#6544)
Browse files Browse the repository at this point in the history
* Fix #6536: pt submenu fix

* Update menubar.d.ts

* Update menubar.d.ts

---------

Co-authored-by: Melloware <[email protected]>
  • Loading branch information
Rekl0w and melloware authored May 2, 2024
1 parent c53cde8 commit d93c183
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/menubar/menubar.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export interface MenubarPassThroughOptions {
* Uses to pass attributes to the label's DOM element.
*/
label?: MenubarPassThroughType<React.HTMLAttributes<HTMLSpanElement>>;
/**
* Uses to pass attributes to the submenu's DOM element.
*/
submenu?: MenubarPassThroughType<React.HTMLAttributes<HTMLUListElement>>;
/**
* Uses to pass attributes to the submenu icon's DOM element.
*/
Expand Down

0 comments on commit d93c183

Please sign in to comment.