Skip to content

Commit

Permalink
Remove duplicated JSDocs block
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jan 9, 2025
1 parent 13b787b commit c5d0b26
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/components/src/menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ import { TriggerButton } from './trigger-button';
import { SubmenuTriggerItem } from './submenu-trigger-item';
import { Popover } from './popover';

/**
* Menu is a collection of React components that combine to render
* ARIA-compliant [menu](https://www.w3.org/WAI/ARIA/apg/patterns/menu/) and
* [menu button](https://www.w3.org/WAI/ARIA/apg/patterns/menubutton/) patterns.
*
* `Menu` itself is a wrapper component and context provider.
* It is responsible for managing the state of the menu and its items, and for
* rendering the `Menu.TriggerButton` (or the `Menu.SubmenuTriggerItem`)
* component, and the `Menu.Popover` component.
*/
const UnconnectedMenu = ( props: Props ) => {
const {
children,
Expand Down

0 comments on commit c5d0b26

Please sign in to comment.