Skip to content

Commit 3f1e00b

Browse files
committed
fix default
1 parent 5b166d5 commit 3f1e00b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/@react-spectrum/s2/src/ActionMenu.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ export interface ActionMenuProps<T> extends
2929
Pick<MenuProps<T>, 'children' | 'items' | 'disabledKeys' | 'onAction'>,
3030
Pick<ActionButtonProps, 'isDisabled' | 'isQuiet' | 'autoFocus' | 'size'>,
3131
StyleProps, DOMProps, AriaLabelingProps {
32+
/**
33+
* The size of the Trigger and Menu.
34+
*
35+
* @default 'M'
36+
*/
3237
menuSize?: 'S' | 'M' | 'L' | 'XL'
3338
}
3439

0 commit comments

Comments
 (0)