UNPKG

typedoc-theme-yaf

Version:

A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.

7 lines (6 loc) 209 B
import { YafHTMLElement } from '../../index.js'; export declare class YafNavigationLink extends YafHTMLElement { aHTMLElement: HTMLAnchorElement; onConnect(): void; disconnectedCallback(): void; }