UNPKG

typedoc-theme-yaf

Version:

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

7 lines (6 loc) 264 B
import { yafSignatureTitleProps } from '../../../types/frontendTypes.js'; import { YafHTMLElement } from '../../index.js'; export declare class YafSignatureTitle extends YafHTMLElement<yafSignatureTitleProps> { onConnect(): void; private static factory; }