typedoc-theme-yaf
Version:
A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.
13 lines (12 loc) • 372 B
TypeScript
import { YafHTMLElement } from '../index.js';
/**
* This is the highest level component of the theme, parent container to all other custom theme elements
*/
export declare class TypedocThemeYaf extends YafHTMLElement {
onConnect(): void;
disconnectedCallback(): void;
private setTitle;
private initVersions;
private toggleMenu;
private events;
}