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

5 lines
92 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
declare const MathMaps: Map<string, {
[path: string]: any;
}>;
export default MathMaps;