stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
10
node_modules/mathjax-full/js/handlers/html/HTMLMathItem.d.ts
generated
vendored
Normal file
10
node_modules/mathjax-full/js/handlers/html/HTMLMathItem.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { AbstractMathItem, Location } from '../../core/MathItem.js';
|
||||
import { InputJax } from '../../core/InputJax.js';
|
||||
import { HTMLDocument } from './HTMLDocument.js';
|
||||
export declare class HTMLMathItem<N, T, D> extends AbstractMathItem<N, T, D> {
|
||||
get adaptor(): import("../../core/DOMAdaptor.js").DOMAdaptor<N, T, D>;
|
||||
constructor(math: string, jax: InputJax<N, T, D>, display?: boolean, start?: Location<N, T>, end?: Location<N, T>);
|
||||
updateDocument(_html: HTMLDocument<N, T, D>): void;
|
||||
updateStyleSheet(document: HTMLDocument<N, T, D>): void;
|
||||
removeFromDocument(restore?: boolean): void;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue