vira - v31.9.6
    Preparing search index...

    Variable ViraLinkConst

    ViraLink: DeclarativeElementDefinition<
        "vira-link",
        _RequireExactlyOne<
            { link: { newTab: boolean; url: string }; route: ViraLinkRoute },
            "link" | "route",
        > & PartialWithUndefined<
            {
                attributePassthrough: Readonly<
                    PartialWithUndefined<{ a: AttributeValues }>,
                >;
                disableLinkStyles: boolean;
                stylePassthrough: Readonly<PartialWithUndefined<{ a: CSSResult }>>;
            },
        >,
        { cleanupListeners: (() => void)
        | undefined },
        {},
        "vira-link-link-styles",
        "vira-link-",
        readonly [],
        readonly [],
    > = ...

    A hyperlink wrapper element that can be configured to emit route change events rather than just being a raw link.