UNPKG

react-native-mathjax-html-to-svg

Version:

React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)

23 lines (22 loc) 866 B
import { PropertyList } from '../../Tree/Node.js'; import { AbstractMmlNode, AttributeList } from '../MmlNode.js'; import { MmlMsubsup } from './msubsup.js'; export declare class MmlMmultiscripts extends MmlMsubsup { static defaults: PropertyList; get kind(): string; get arity(): number; protected setChildInheritedAttributes(attributes: AttributeList, display: boolean, level: number, prime: boolean): void; protected verifyChildren(options: PropertyList): void; } export declare class MmlMprescripts extends AbstractMmlNode { static defaults: PropertyList; get kind(): string; get arity(): number; verifyTree(options: PropertyList): void; } export declare class MmlNone extends AbstractMmlNode { static defaults: PropertyList; get kind(): string; get arity(): number; verifyTree(options: PropertyList): void; }