site/node_modules/mathjax-full/js/output/svg/Wrappers/scriptbase.d.ts
2024-10-14 08:09:33 +02:00

8 lines
361 B
TypeScript

import { SVGWrapper, SVGConstructor } from '../Wrapper.js';
declare const SVGscriptbase_base: import("../../common/Wrappers/scriptbase.js").ScriptbaseConstructor<SVGWrapper<any, any, any>> & SVGConstructor<any, any, any>;
export declare class SVGscriptbase<N, T, D> extends SVGscriptbase_base {
static kind: string;
toSVG(parent: N): void;
}
export {};