UNPKG

@codama/renderers-js-umi

Version:

JavaScript renderer compatible with the Umi framework

4 lines 264 B
import { ConfigureOptions as NunJucksOptions } from 'nunjucks'; export declare function jsDocblock(docs: string[]): string; export declare const render: (template: string, context?: object, options?: NunJucksOptions) => string; //# sourceMappingURL=render.d.ts.map