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

5 lines
138 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { WrapperConstructor } from '../common/Wrapper.js';
export declare const SVGWrappers: {
[kind: string]: WrapperConstructor;
};