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