UNPKG

solidity-docgen

Version:

Documentation generator for Solidity smart contracts.

9 lines 386 B
import { Site, DocItemWithContext } from './site'; import { Templates } from './templates'; export interface RenderedPage { id: string; contents: string; } export declare function render(site: Site, templates: Templates, collapseNewlines?: boolean): RenderedPage[]; export declare const itemPartialName: (item: DocItemWithContext) => string; //# sourceMappingURL=render.d.ts.map