mirror of
https://github.com/borbann-platform/end-of-semester-report.git
synced 2025-12-20 14:54:04 +01:00
5 lines
235 B
TypeScript
5 lines
235 B
TypeScript
import type { Plugin } from "prettier";
|
|
import * as Ast from "@unified-latex/unified-latex-types";
|
|
declare const prettierPluginLatex: Plugin<Ast.Node>;
|
|
export { prettierPluginLatex };
|
|
//# sourceMappingURL=prettier-plugin-latex.d.ts.map
|