srs-document/node_modules/@unified-latex/unified-latex-prettier/libs/printer/printer.d.ts
2025-03-24 15:42:48 +07:00

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