mathmaps.d.ts 92 B

1234
  1. declare const MathMaps: Map<string, {
  2. [path: string]: any;
  3. }>;
  4. export default MathMaps;