hojas/node_modules/mathjax-full/js/a11y/mathmaps.d.ts

5 lines
92 B
TypeScript
Raw Normal View History

2026-05-14 10:56:04 +02:00
declare const MathMaps: Map<string, {
[path: string]: any;
}>;
export default MathMaps;