Skip to content

Commit

Permalink
Update packages/react-components/react-menu/library/src/components/Me…
Browse files Browse the repository at this point in the history
…nu/Menu.types.ts

Co-authored-by: Makoto Morimoto <[email protected]>
  • Loading branch information
emmayjiang and khmakoto authored Dec 13, 2024
1 parent 8173f4a commit b5d2c9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export type MenuProps = ComponentProps<MenuSlots> &
'checkedValues' | 'defaultCheckedValues' | 'hasCheckmarks' | 'hasIcons' | 'onCheckedValueChange'
> & {
/**
* Can contain two children including MenuTrigger and MenuPopover.
* Alternatively can only contain MenuPopover if using a custom `target`.
* Can contain two children including `MenuTrigger` and `MenuPopover`.
* Alternatively can only contain `MenuPopover` if using a custom `target`.
*/
children: [JSX.Element, JSX.Element] | JSX.Element;

Expand Down

0 comments on commit b5d2c9c

Please sign in to comment.