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) • 687 B
TypeScript
import { PropertyList } from '../../Tree/Node.js';
import { MmlNode, AbstractMmlNode, AttributeList } from '../MmlNode.js';
export declare class MmlMtable extends AbstractMmlNode {
static defaults: PropertyList;
properties: {
useHeight: number;
};
texClass: number;
get kind(): string;
get linebreakContainer(): boolean;
setInheritedAttributes(attributes: AttributeList, display: boolean, level: number, prime: boolean): void;
protected setChildInheritedAttributes(attributes: AttributeList, display: boolean, level: number, prime: boolean): void;
protected verifyChildren(options: PropertyList): void;
setTeXclass(prev: MmlNode): this;
}