From c5d0b26557d7c111718aead098368e9b39e99e62 Mon Sep 17 00:00:00 2001 From: Marco Ciampini Date: Thu, 9 Jan 2025 15:53:43 +0100 Subject: [PATCH] Remove duplicated JSDocs block --- packages/components/src/menu/index.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/packages/components/src/menu/index.tsx b/packages/components/src/menu/index.tsx index 0af9468a198bc..e129c4e5867f0 100644 --- a/packages/components/src/menu/index.tsx +++ b/packages/components/src/menu/index.tsx @@ -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,