UNPKG

typedoc-theme-yaf

Version:

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

14 lines (13 loc) 347 B
import { YafElementDrawers } from '../../YafElementDrawers.js'; import { YafHTMLElement } from '../../index.js'; /** * */ export declare class YafNavigationHeader extends YafHTMLElement { drawers: YafElementDrawers; id: string; onConnect(): void; disconnectedCallback(): void; private static factory; private keyKinds; }