stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
11
node_modules/mathjax-full/js/output/chtml/Wrappers/mrow.d.ts
generated
vendored
Normal file
11
node_modules/mathjax-full/js/output/chtml/Wrappers/mrow.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { CHTMLConstructor, Constructor } from '../Wrapper.js';
|
||||
declare const CHTMLmrow_base: import("../../common/Wrappers/mrow.js").MrowConstructor & CHTMLConstructor<any, any, any>;
|
||||
export declare class CHTMLmrow<N, T, D> extends CHTMLmrow_base {
|
||||
static kind: string;
|
||||
toCHTML(parent: N): void;
|
||||
}
|
||||
declare const CHTMLinferredMrow_base: import("../../common/Wrappers/mrow.js").InferredMrowConstructor & Constructor<CHTMLmrow<any, any, any>>;
|
||||
export declare class CHTMLinferredMrow<N, T, D> extends CHTMLinferredMrow_base {
|
||||
static kind: string;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue