UNPKG

legal-markdown-js

Version:

Node.js implementation of LegalMarkdown for processing legal documents with markdown and YAML - Complete feature parity with Ruby version

11 lines 331 B
/** * CSS file selection prompt for Interactive CLI * * @module */ import { OutputFormat } from '../types'; /** * Prompt user to select a CSS file if HTML or PDF formats are selected */ export declare function selectCssFile(outputFormats: OutputFormat): Promise<string | undefined>; //# sourceMappingURL=css-selector.d.ts.map