Skip to content

Commit 9a54eed

Browse files
committed
chore(OverflowMenu): align is inherited from IconButtonProps
PR #19131 added align manually but I changed it to inherit from IconButtonProps (rather than repeating the definition).
1 parent 0d42224 commit 9a54eed

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/react/src/components/OverflowMenu/OverflowMenu.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ export interface OverflowMenuProps
138138
| 'label'
139139
| 'kind'
140140
> {
141-
/**
142-
* Specify how the trigger tooltip should be aligned.
143-
*/
144-
align?: PopoverAlignment;
145-
146141
/**
147142
* Specify a label to be read by screen readers on the container node
148143
*/

0 commit comments

Comments
 (0)