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

7 lines
264 B
TypeScript
Raw Normal View History

2026-05-14 10:56:04 +02:00
import { CHTMLConstructor } from '../Wrapper.js';
declare const CHTMLmi_base: import("../../common/Wrappers/mi.js").MiConstructor & CHTMLConstructor<any, any, any>;
export declare class CHTMLmi<N, T, D> extends CHTMLmi_base {
static kind: string;
}
export {};