stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
15
node_modules/mathjax-full/js/input/mathml/mml3/mml3.d.ts
generated
vendored
Normal file
15
node_modules/mathjax-full/js/input/mathml/mml3/mml3.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { MathItem } from '../../../core/MathItem.js';
|
||||
import { MathDocument } from '../../../core/MathDocument.js';
|
||||
import { Handler } from '../../../core/Handler.js';
|
||||
export declare type FILTERDATA<N, T, D> = {
|
||||
math: MathItem<N, T, D>;
|
||||
document: MathDocument<N, T, D>;
|
||||
data: N;
|
||||
};
|
||||
export declare class Mml3<N, T, D> {
|
||||
static XSLT: string;
|
||||
protected transform: (node: N, doc: MathDocument<N, T, D>) => N;
|
||||
constructor(document: MathDocument<N, T, D>);
|
||||
mmlFilter(args: FILTERDATA<N, T, D>): void;
|
||||
}
|
||||
export declare function Mml3Handler<N, T, D>(handler: Handler<N, T, D>): Handler<N, T, D>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue