react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
16 lines (15 loc) • 527 B
TypeScript
import { PropertyList } from '../../Tree/Node.js';
import { MmlNode, AbstractMmlNode } from '../MmlNode.js';
export declare class MmlMaction extends AbstractMmlNode {
static defaults: PropertyList;
get kind(): string;
get arity(): number;
get selected(): MmlNode;
get isEmbellished(): boolean;
get isSpacelike(): boolean;
core(): MmlNode;
coreMO(): MmlNode;
protected verifyAttributes(options: PropertyList): void;
setTeXclass(prev: MmlNode): MmlNode;
nextToggleSelection(): void;
}