MenuItem: DefineComponent<
    ExtractPropTypes<
        { href: { default: undefined; type: StringConstructor } },
    >,
    () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
    {},
    {},
    {},
    ComponentOptionsMixin,
    ComponentOptionsMixin,
    "select"[],
    "select",
    PublicProps,
    ToResolvedProps<
        ExtractPropTypes<
            { href: { default: undefined; type: StringConstructor } },
        >,
        "select"[],
    >,
    { href: string },
    {},
    {},
    {},
    string,
    ComponentProvideOptions,
    true,
    {},
    any,
> = ...

A menu entry. Default slot is the label; the submenu slot nests a flyout. With href it renders an anchor, otherwise a button. Emits select.