mirror of
https://github.com/borbann-platform/srs-document.git
synced 2025-12-20 04:54:06 +01:00
12 lines
483 B
TypeScript
12 lines
483 B
TypeScript
export declare const options: {};
|
|
export declare const defaultOptions: {
|
|
useTabs: boolean;
|
|
};
|
|
export declare const languages: import("prettier").SupportLanguage[] | undefined;
|
|
export declare const parsers: {
|
|
[parserName: string]: import("prettier").Parser<import("@unified-latex/unified-latex-types").Node>;
|
|
} | undefined;
|
|
export declare const printers: {
|
|
[astFormat: string]: import("prettier").Printer<import("@unified-latex/unified-latex-types").Node>;
|
|
} | undefined;
|