mirror of
https://github.com/tauri-apps/typedocusaurus.git
synced 2026-02-04 02:31:22 +01:00
3 lines
145 B
TypeScript
3 lines
145 B
TypeScript
import { ProjectReflection } from 'typedoc';
|
|
export declare function render(project: ProjectReflection, outputDirectory: string): Promise<void>;
|