UNPKG

@qtikit/mathml-to-latex

Version:

A JavaScript tool to convert mathml string to LaTeX string

4 lines (3 loc) 242 B
import { MathMLElement } from '../protocols/mathml-element'; import { ToLaTeXConverter } from '../../domain/usecases/to-latex-converter'; export declare const mathMLElementToLaTeXConverter: (mathMLElement: MathMLElement) => ToLaTeXConverter;