site/node_modules/mathjax-full/js/input/tex/enclose/EncloseConfiguration.d.ts

8 lines
288 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { Configuration } from '../Configuration.js';
import { ParseMethod } from '../Types.js';
export declare const ENCLOSE_OPTIONS: {
[key: string]: number;
};
export declare let EncloseMethods: Record<string, ParseMethod>;
export declare const EncloseConfiguration: Configuration;