UNPKG

typedoc-plugin-sphinx

Version:

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Sphinx's reStructuredText.

5 lines (4 loc) 160 B
import { Application } from 'typedoc'; import { SphinxTheme } from './theme'; export declare function load(app: Application): void; export { SphinxTheme };