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

8 lines
302 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { SVGConstructor } from '../Wrapper.js';
declare const SVGmglyph_base: import("../../common/Wrappers/mglyph.js").MglyphConstructor & SVGConstructor<any, any, any>;
export declare class SVGmglyph<N, T, D> extends SVGmglyph_base {
static kind: string;
toSVG(parent: N): void;
}
export {};