UNPKG

@typhonjs-typedoc/typedoc-theme-dmt

Version:

Provides a modern and customizable UX augmentation to the default TypeDoc theme bringing enhanced features and usability.

11 lines (8 loc) 251 B
import * as typedoc from 'typedoc'; /** * Provides a basic plugin declaration for Typedoc. * * @param {import('typedoc').Application} app - Typedoc Application */ declare function load(app: typedoc.Application): void; export { load };