mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-20 13:04:06 +01:00
5 lines
383 B
TypeScript
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
|