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