Menu: DefineComponent<
    ExtractPropTypes<
        {
            orientation: {
                default: string;
                type: PropType<undefined | "horizontal" | "vertical">;
            };
        },
    >,
    () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
    {},
    {},
    {},
    ComponentOptionsMixin,
    ComponentOptionsMixin,
    {},
    string,
    PublicProps,
    ToResolvedProps<
        ExtractPropTypes<
            {
                orientation: {
                    default: string;
                    type: PropType<undefined | "horizontal" | "vertical">;
                };
            },
        >,
        {},
    >,
    { orientation: undefined
    | "horizontal"
    | "vertical" },
    {},
    {},
    {},
    string,
    ComponentProvideOptions,
    true,
    {},
    any,
> = ...

Menubar / navigation menu with single-level submenus. Compose with <MenuItem>; nest a flyout via the submenu slot.