stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
20
node_modules/mathjax-full/js/input/tex/bussproofs/BussproofsUtil.d.ts
generated
vendored
Normal file
20
node_modules/mathjax-full/js/input/tex/bussproofs/BussproofsUtil.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
import ParseOptions from '../ParseOptions.js';
|
||||
import { MmlNode } from '../../../core/MmlTree/MmlNode.js';
|
||||
import { Property } from '../../../core/Tree/Node.js';
|
||||
import { MathItem } from '../../../core/MathItem.js';
|
||||
import { MathDocument } from '../../../core/MathDocument.js';
|
||||
declare type MATHITEM = MathItem<any, any, any>;
|
||||
declare type MATHDOCUMENT = MathDocument<any, any, any>;
|
||||
declare type FilterData = {
|
||||
math: MATHITEM;
|
||||
document: MATHDOCUMENT;
|
||||
data: ParseOptions;
|
||||
};
|
||||
export declare let balanceRules: (arg: FilterData) => void;
|
||||
export declare let setProperty: (node: MmlNode, property: string, value: Property) => void;
|
||||
export declare let getProperty: (node: MmlNode, property: string) => Property;
|
||||
export declare let removeProperty: (node: MmlNode, property: string) => void;
|
||||
export declare let makeBsprAttributes: (arg: FilterData) => void;
|
||||
export declare let saveDocument: (arg: FilterData) => void;
|
||||
export declare let clearDocument: (_arg: FilterData) => void;
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue