mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-20 13:04:06 +01:00
4 lines
248 B
TypeScript
4 lines
248 B
TypeScript
import type { Doc } from "prettier";
|
|
import * as PrettierTypes from "./prettier-types";
|
|
export declare function printMacro(path: PrettierTypes.AstPath, print: PrettierTypes.RecursivePrintFunc, options: any): Doc;
|
|
//# sourceMappingURL=macro.d.ts.map
|