UNPKG

typedoc-theme-yaf

Version:

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

12 lines (11 loc) 657 B
import { Application } from 'typedoc'; /** * This is the theme entry point as per the {@link https://github.com/TypeStrong/typedoc/blob/master/internal-docs/custom-themes.md TypeDoc documentation}. * * Note that the theme is defined asynchronously within the {@link backend.highlighter.loadHighlighter} method call. * * The default `shiki` highlighter is replaced for {@link backend.highlighter.getHighlighted reasons}.\ * This is a workaround in order to dynamically load the replacement ESM [starry-night](https://github.com/wooorm/starry-night) Markdown Highlighter. * @param app */ export declare function load(app: Application): Promise<void>;