add initial marp implementation with sample content and build configuration
This commit is contained in:
12
node_modules/mathjax-full/js/output/svg/Wrappers/mfrac.d.ts
generated
vendored
Normal file
12
node_modules/mathjax-full/js/output/svg/Wrappers/mfrac.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import { SVGConstructor } from '../Wrapper.js';
|
||||
import { SVGmo } from './mo.js';
|
||||
declare const SVGmfrac_base: import("../../common/Wrappers/mfrac.js").MfracConstructor & SVGConstructor<any, any, any>;
|
||||
export declare class SVGmfrac<N, T, D> extends SVGmfrac_base {
|
||||
static kind: string;
|
||||
bevel: SVGmo<N, T, D>;
|
||||
toSVG(parent: N): void;
|
||||
protected makeFraction(display: boolean, t: number): void;
|
||||
protected makeAtop(display: boolean): void;
|
||||
protected makeBevelled(display: boolean): void;
|
||||
}
|
||||
export {};
|
||||
Reference in New Issue
Block a user