stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
13
node_modules/mathjax-full/js/output/svg/Wrappers/math.d.ts
generated
vendored
Normal file
13
node_modules/mathjax-full/js/output/svg/Wrappers/math.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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 {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue