stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
27
node_modules/mathjax-full/js/output/chtml/Wrappers/semantics.d.ts
generated
vendored
Normal file
27
node_modules/mathjax-full/js/output/chtml/Wrappers/semantics.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
import { CHTMLWrapper, CHTMLConstructor } from '../Wrapper.js';
|
||||
import { BBox } from '../../../util/BBox.js';
|
||||
import { StyleList } from '../../../util/StyleList.js';
|
||||
declare const CHTMLsemantics_base: import("../../common/Wrappers/semantics.js").SemanticsConstructor & CHTMLConstructor<any, any, any>;
|
||||
export declare class CHTMLsemantics<N, T, D> extends CHTMLsemantics_base {
|
||||
static kind: string;
|
||||
toCHTML(parent: N): void;
|
||||
}
|
||||
export declare class CHTMLannotation<N, T, D> extends CHTMLWrapper<N, T, D> {
|
||||
static kind: string;
|
||||
toCHTML(parent: N): void;
|
||||
computeBBox(): BBox;
|
||||
}
|
||||
export declare class CHTMLannotationXML<N, T, D> extends CHTMLWrapper<N, T, D> {
|
||||
static kind: string;
|
||||
static styles: StyleList;
|
||||
}
|
||||
export declare class CHTMLxml<N, T, D> extends CHTMLWrapper<N, T, D> {
|
||||
static kind: string;
|
||||
static autoStyle: boolean;
|
||||
toCHTML(parent: N): void;
|
||||
computeBBox(bbox: BBox, _recompute?: boolean): void;
|
||||
protected getStyles(): void;
|
||||
protected getScale(): void;
|
||||
protected getVariant(): void;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue