Skip to content

Commit 009cbd2

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 009cbd2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ import { IconButton, IconButtonProps } from '../IconButton';
4444
import { OverflowMenuItemProps } from '../OverflowMenuItem/OverflowMenuItem';
4545
import { useOutsideClick } from '../../internal/useOutsideClick';
4646
import deprecateValuesWithin from '../../prop-types/deprecateValuesWithin';
47-
import { PopoverAlignment } from '../Popover';
4847
import { mapPopoverAlign } from '../../tools/mapPopoverAlign';
4948

5049
const getInstanceId = setupGetInstanceId();
@@ -138,11 +137,6 @@ export interface OverflowMenuProps
138137
| 'label'
139138
| 'kind'
140139
> {
141-
/**
142-
* Specify how the trigger tooltip should be aligned.
143-
*/
144-
align?: PopoverAlignment;
145-
146140
/**
147141
* Specify a label to be read by screen readers on the container node
148142
*/

0 commit comments

Comments
 (0)