UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

7 lines 301 B
/** * @module Theme/Partials/Types * @author Alan Rodas Bonjour <alanrodas@gmail.com> */ import { DefaultThemeRenderContext, JSX, Type } from 'typedoc'; export declare const typeAndParent: (context: DefaultThemeRenderContext, props: Type) => JSX.Element; //# sourceMappingURL=typeAndParent.d.ts.map