site/node_modules/mathjax-full/js/a11y/mathmaps.d.ts
2024-10-14 08:09:33 +02:00

5 lines
92 B
TypeScript

declare const MathMaps: Map<string, {
[path: string]: any;
}>;
export default MathMaps;