stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
18
node_modules/mathjax-full/js/output/chtml/Wrappers/msubsup.d.ts
generated
vendored
Normal file
18
node_modules/mathjax-full/js/output/chtml/Wrappers/msubsup.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
import { CHTMLWrapper, Constructor } from '../Wrapper.js';
|
||||
import { CHTMLscriptbase } from './scriptbase.js';
|
||||
import { StyleList } from '../../../util/StyleList.js';
|
||||
declare const CHTMLmsub_base: import("../../common/Wrappers/msubsup.js").MsubConstructor<CHTMLWrapper<any, any, any>> & Constructor<CHTMLscriptbase<any, any, any>>;
|
||||
export declare class CHTMLmsub<N, T, D> extends CHTMLmsub_base {
|
||||
static kind: string;
|
||||
}
|
||||
declare const CHTMLmsup_base: import("../../common/Wrappers/msubsup.js").MsupConstructor<CHTMLWrapper<any, any, any>> & Constructor<CHTMLscriptbase<any, any, any>>;
|
||||
export declare class CHTMLmsup<N, T, D> extends CHTMLmsup_base {
|
||||
static kind: string;
|
||||
}
|
||||
declare const CHTMLmsubsup_base: import("../../common/Wrappers/msubsup.js").MsubsupConstructor<CHTMLWrapper<any, any, any>> & Constructor<CHTMLscriptbase<any, any, any>>;
|
||||
export declare class CHTMLmsubsup<N, T, D> extends CHTMLmsubsup_base {
|
||||
static kind: string;
|
||||
static styles: StyleList;
|
||||
toCHTML(parent: N): void;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue