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

5 lines
140 B
TypeScript
Raw Normal View History

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