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/maction.d.ts
generated
vendored
Normal file
12
node_modules/mathjax-full/js/output/chtml/Wrappers/maction.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
import { CHTMLWrapper, CHTMLConstructor } from '../Wrapper.js';
|
||||
import { EventHandler } from '../../common/Wrappers/maction.js';
|
||||
import { StyleList } from '../../../util/StyleList.js';
|
||||
declare const CHTMLmaction_base: import("../../common/Wrappers/maction.js").MactionConstructor<CHTMLWrapper<any, any, any>> & CHTMLConstructor<any, any, any>;
|
||||
export declare class CHTMLmaction<N, T, D> extends CHTMLmaction_base {
|
||||
static kind: string;
|
||||
static styles: StyleList;
|
||||
static actions: Map<string, [import("../../common/Wrappers/maction.js").ActionHandler<CHTMLmaction<any, any, any>>, import("../../common/Wrappers/maction.js").ActionData]>;
|
||||
toCHTML(parent: N): void;
|
||||
setEventHandler(type: string, handler: EventHandler): void;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue