react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
12 lines (11 loc) • 398 B
TypeScript
import { PropertyList } from '../../Tree/Node.js';
import { MmlNode, AbstractMmlTokenNode } from '../MmlNode.js';
export declare class MmlMspace extends AbstractMmlTokenNode {
static defaults: PropertyList;
protected texclass: number;
setTeXclass(prev: MmlNode): MmlNode;
get kind(): string;
get arity(): number;
get isSpacelike(): boolean;
get hasNewline(): boolean;
}