Variable BreadcrumbItemConst
BreadcrumbItem: DefineComponent<
ExtractPropTypes<
{
current: { default: boolean; type: BooleanConstructor };
href: { default: undefined; type: StringConstructor };
},
>,
() => VNode<RendererNode, RendererElement, { [key: string]: any }>,
{},
{},
{},
ComponentOptionsMixin,
ComponentOptionsMixin,
{},
string,
PublicProps,
ToResolvedProps<
ExtractPropTypes<
{
current: { default: boolean; type: BooleanConstructor };
href: { default: undefined; type: StringConstructor };
},
>,
{},
>,
{ current: boolean; href: string },
{},
{},
{},
string,
ComponentProvideOptions,
true,
{},
any,
> = ...
A single crumb. Renders a link unless
current(or nohref) is set.