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

7 lines
279 B
TypeScript

import { CHTMLConstructor } from '../Wrapper.js';
declare const CHTMLmtext_base: import("../../common/Wrappers/mtext.js").MtextConstructor & CHTMLConstructor<any, any, any>;
export declare class CHTMLmtext<N, T, D> extends CHTMLmtext_base {
static kind: string;
}
export {};