Skip to content

Commit

Permalink
Refactor #4391 - For tieredmenu.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ulasturann committed Sep 19, 2023
1 parent b99c854 commit e77e51a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/lib/tieredmenu/tieredmenu.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ export interface TieredMenuPassThroughOptions {
*/
root?: TieredMenuPassThroughType<React.HTMLAttributes<HTMLDivElement>>;
/**
* Uses to pass attributes to the list's DOM element.
* Uses to pass attributes to the menu's DOM element.
*/
menu?: TieredMenuPassThroughType<React.HTMLAttributes<HTMLUListElement>>;
/**
* Uses to pass attributes to the submenu's DOM element.
*/
submenu?: TieredMenuPassThroughType<React.HTMLAttributes<HTMLUListElement>>;
/**
* Uses to pass attributes to the list item's DOM element.
*/
Expand Down

0 comments on commit e77e51a

Please sign in to comment.