diff --git a/src/material/Menu.tsx b/src/material/Menu.tsx index 0ca0f69..44628f9 100644 --- a/src/material/Menu.tsx +++ b/src/material/Menu.tsx @@ -14,7 +14,6 @@ import { animateGrowFromTopRight, animateShrinkToTopRight, } from "../platform/anim"; -import type { MenuListProps } from "@suid/material/MenuList"; export type Anchor = Pick & { e?: number }; @@ -23,7 +22,6 @@ export type MenuProps = ParentProps< open?: boolean; onClose?: JSX.EventHandlerUnion; anchor: () => Anchor; - MenuListProps?: MenuListProps; id?: string; } & JSX.AriaAttributes @@ -215,8 +213,11 @@ const Menu: Component = (props) => { tabIndex={-1} {...rest} > -