UNPKG

@qtikit/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

9 lines (8 loc) 300 B
import { MathMLElement } from '../../../data/protocols/mathml-element'; export declare class ElementsToMathMLAdapter { convert(els: Element[]): MathMLElement[]; private _convertElement; private _convertElementAttributes; private _hasElementChild; private _isThereAnyNoTextNode; }