UNPKG

typedoc-theme-hierarchy

Version:
9 lines (6 loc) 174 B
import { Application } from 'typedoc'; /** * Инициализирует плагин с темой. */ declare const load: (app: Application) => void; export { load };