UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

8 lines 375 B
/** * @module Theme/Partials/Types * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ import type { DefaultThemeRenderContext, TypeParameterReflection } from 'typedoc'; import { JSX } from 'typedoc'; export declare const typeParameters: (context: DefaultThemeRenderContext, params: TypeParameterReflection[]) => JSX.Element; //# sourceMappingURL=typeParameters.d.ts.map