UNPKG

typedoc-theme-yaf

Version:

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

6 lines (5 loc) 259 B
import { YafTypeParameterReflection } from '../../../types/types.js'; import { YafHTMLElement } from '../../index.js'; export declare class YafSignatureParametersType extends YafHTMLElement<YafTypeParameterReflection[] | undefined> { onConnect(): void; }