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
submenuslot nests a flyout. Withhrefit renders an anchor, otherwise a button. Emitsselect.