mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-21 21:44:04 +01:00
7 lines
359 B
TypeScript
7 lines
359 B
TypeScript
import type { Doc } from "prettier";
|
|
import * as PrettierTypes from "./prettier-types";
|
|
import { ReferenceMap } from "../reference-map";
|
|
export declare function printLatexAst(path: PrettierTypes.AstPath, options: PrettierTypes.Options & {
|
|
referenceMap?: ReferenceMap;
|
|
}, print: PrettierTypes.RecursivePrintFunc): Doc;
|
|
//# sourceMappingURL=printer.d.ts.map
|