stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
9
node_modules/mathjax-full/js/output/svg/Wrappers/mroot.d.ts
generated
vendored
Normal file
9
node_modules/mathjax-full/js/output/svg/Wrappers/mroot.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { SVGWrapper, Constructor } from '../Wrapper.js';
|
||||
import { SVGmsqrt } from './msqrt.js';
|
||||
import { BBox } from '../../../util/BBox.js';
|
||||
declare const SVGmroot_base: import("../../common/Wrappers/mroot.js").MrootConstructor & Constructor<SVGmsqrt<any, any, any>>;
|
||||
export declare class SVGmroot<N, T, D> extends SVGmroot_base {
|
||||
static kind: string;
|
||||
protected addRoot(ROOT: N, root: SVGWrapper<N, T, D>, sbox: BBox, H: number): void;
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue