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