hojas/node_modules/mathjax-full/js/output/svg/Wrappers.d.ts

5 lines
138 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
import { WrapperConstructor } from '../common/Wrapper.js';
export declare const SVGWrappers: {
[kind: string]: WrapperConstructor;
};