typedoc-theme-yaf
Version:
A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.
11 lines (10 loc) • 387 B
TypeScript
import { JSONOutput } from 'typedoc';
import { YafSignatureTitle } from '../index.js';
import { YafHTMLElement } from '../../../index.js';
/**
*
*/
export declare class YafSignatureReflection extends YafHTMLElement<JSONOutput.ReflectionType> {
onConnect(): (YafSignatureTitle & import("../../../../types/frontendTypes").yafHTMLExtension) | undefined;
private static factory;
}