typedoc-theme-yaf
Version:
A fresh, opinionated and standalone front-end documentation application consuming Typedoc generated data.
13 lines (12 loc) • 308 B
TypeScript
import { YafDeclarationReflection } from '../../../types/types';
import { YafHTMLElement } from '../../index.js';
/**
*
*/
export declare class YafMemberDeclaration extends YafHTMLElement<{
data: YafDeclarationReflection;
idPrefix: string;
}> {
onConnect(): void;
private static factory;
}