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

8 lines
255 B
TypeScript

import { SVGWrapper } from '../Wrapper.js';
import { StyleList } from '../../../util/StyleList.js';
export declare class SVGmerror<N, T, D> extends SVGWrapper<N, T, D> {
static kind: string;
static styles: StyleList;
toSVG(parent: N): void;
}