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