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

5 lines
140 B
TypeScript

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