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

5 lines
138 B
TypeScript

import { WrapperConstructor } from '../common/Wrapper.js';
export declare const SVGWrappers: {
[kind: string]: WrapperConstructor;
};