first commit
This commit is contained in:
17
mathjax-fira-font/cjs/svg.d.ts
vendored
Normal file
17
mathjax-fira-font/cjs/svg.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { SvgFontData, SvgCharOptions, SvgVariantData, SvgDelimiterData, DelimiterMap, CharMapMap } from '@mathjax/src/cjs/output/svg/FontData.js';
|
||||
import { OptionList } from '@mathjax/src/cjs/util/Options.js';
|
||||
declare const Base: import("@mathjax/src/cjs/output/common/FontData.js").FontDataClass<SvgCharOptions, SvgVariantData, SvgDelimiterData> & typeof SvgFontData;
|
||||
export declare class MathJaxFiraFont extends Base {
|
||||
static NAME: string;
|
||||
static OPTIONS: {
|
||||
dynamicPrefix: string;
|
||||
};
|
||||
protected static defaultDelimiters: DelimiterMap<SvgDelimiterData>;
|
||||
protected static defaultChars: CharMapMap<SvgCharOptions>;
|
||||
protected static dynamicFiles: import("@mathjax/src/cjs/output/common/FontData.js").DynamicFileList;
|
||||
protected static variantCacheIds: {
|
||||
[name: string]: string;
|
||||
};
|
||||
constructor(options?: OptionList);
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user