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/HTMLHandler.d.ts
generated
vendored
Normal file
10
node_modules/mathjax-full/js/handlers/html/HTMLHandler.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import { AbstractHandler } from '../../core/Handler.js';
|
||||
import { MinHTMLAdaptor } from '../../adaptors/HTMLAdaptor.js';
|
||||
import { HTMLDocument } from './HTMLDocument.js';
|
||||
import { OptionList } from '../../util/Options.js';
|
||||
export declare class HTMLHandler<N, T, D> extends AbstractHandler<N, T, D> {
|
||||
adaptor: MinHTMLAdaptor<N, T, D>;
|
||||
documentClass: typeof HTMLDocument;
|
||||
handlesDocument(document: any): boolean;
|
||||
create(document: any, options: OptionList): HTMLDocument<N, T, D>;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue