UNPKG

@gobstones/typedoc-theme-gobstones

Version:

A simple theme for the Gobstones generated documentation.

12 lines 511 B
import type { DefaultThemeRenderContext } from 'typedoc'; import { IconRecord } from './IconType'; /** * Returns a record of all possible icon names with a function that returns * the matching JSX.Element for such icon. * * @param icons - The icons * @param context - The render context of this theme * @returns A function that creates all icons. */ export declare const buildRefIcons: <T extends IconRecord>(icons: T, context: DefaultThemeRenderContext) => T; //# sourceMappingURL=buildRefIcons.d.ts.map