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

14 lines
567 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
import { SVGConstructor } from '../Wrapper.js';
import { StyleList } from '../../../util/StyleList.js';
declare const SVGmath_base: import("../../common/Wrappers/math.js").MathConstructor & SVGConstructor<any, any, any>;
export declare class SVGmath<N, T, D> extends SVGmath_base {
static kind: string;
static styles: StyleList;
toSVG(parent: N): void;
protected handleDisplay(): void;
protected handleSpeech(): void;
protected getTitleID(): string;
setChildPWidths(recompute: boolean, w?: number, _clear?: boolean): boolean;
}
export {};