site/node_modules/mathjax-full/js/output/svg/Wrappers/mtext.d.ts

7 lines
269 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
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 {};