UNPKG

typedoc-theme-yaf

Version:

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

10 lines (9 loc) 248 B
import { JSONOutput } from 'typedoc'; import { YafHTMLElement } from '../../../index.js'; /** * */ export declare class YafSignatureReference extends YafHTMLElement<JSONOutput.ReferenceType> { onConnect(): void; private static factory; }