File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ import { IconButton, IconButtonProps } from '../IconButton';
44
44
import { OverflowMenuItemProps } from '../OverflowMenuItem/OverflowMenuItem' ;
45
45
import { useOutsideClick } from '../../internal/useOutsideClick' ;
46
46
import deprecateValuesWithin from '../../prop-types/deprecateValuesWithin' ;
47
- import { PopoverAlignment } from '../Popover' ;
48
47
import { mapPopoverAlign } from '../../tools/mapPopoverAlign' ;
49
48
50
49
const getInstanceId = setupGetInstanceId ( ) ;
@@ -138,11 +137,6 @@ export interface OverflowMenuProps
138
137
| 'label'
139
138
| 'kind'
140
139
> {
141
- /**
142
- * Specify how the trigger tooltip should be aligned.
143
- */
144
- align ?: PopoverAlignment ;
145
-
146
140
/**
147
141
* Specify a label to be read by screen readers on the container node
148
142
*/
You can’t perform that action at this time.
0 commit comments