stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
12
node_modules/mathjax-full/js/output/chtml/Wrappers/math.d.ts
generated
vendored
Normal file
12
node_modules/mathjax-full/js/output/chtml/Wrappers/math.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { CHTMLConstructor } from '../Wrapper.js';
|
||||
import { StyleList } from '../../../util/StyleList.js';
|
||||
declare const CHTMLmath_base: import("../../common/Wrappers/math.js").MathConstructor & CHTMLConstructor<any, any, any>;
|
||||
export declare class CHTMLmath<N, T, D> extends CHTMLmath_base {
|
||||
static kind: string;
|
||||
static styles: StyleList;
|
||||
toCHTML(parent: N): void;
|
||||
protected handleDisplay(parent: N): void;
|
||||
protected handleInline(parent: N): void;
|
||||
setChildPWidths(recompute: boolean, w?: number, clear?: boolean): boolean;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue