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

7 lines
269 B
TypeScript

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