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/input/mathml/FindMathML.d.ts
generated
vendored
Normal file
13
node_modules/mathjax-full/js/input/mathml/FindMathML.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { AbstractFindMath } from '../../core/FindMath.js';
|
||||
import { DOMAdaptor } from '../../core/DOMAdaptor.js';
|
||||
import { OptionList } from '../../util/Options.js';
|
||||
import { ProtoItem } from '../../core/MathItem.js';
|
||||
export declare class FindMathML<N, T, D> extends AbstractFindMath<N, T, D> {
|
||||
static OPTIONS: OptionList;
|
||||
adaptor: DOMAdaptor<N, T, D>;
|
||||
findMath(node: N): ProtoItem<N, T>[];
|
||||
protected findMathNodes(node: N, set: Set<N>): void;
|
||||
protected findMathPrefixed(node: N, set: Set<N>): void;
|
||||
protected findMathNS(node: N, set: Set<N>): void;
|
||||
protected processMath(set: Set<N>): ProtoItem<N, T>[];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue