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

5 lines
383 B
TypeScript

import type { Doc } from "prettier";
import * as PrettierTypes from "./prettier-types";
export declare function printInlineMath(path: PrettierTypes.AstPath, print: PrettierTypes.RecursivePrintFunc, options: any): Doc;
export declare function printDisplayMath(path: PrettierTypes.AstPath, print: PrettierTypes.RecursivePrintFunc, options: any): Doc;
//# sourceMappingURL=math.d.ts.map