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) 694 B
import { PropertyList } from '../../Tree/Node.js'; import { AbstractMmlNode, AbstractMmlBaseNode } from '../MmlNode.js'; export declare class MmlSemantics extends AbstractMmlBaseNode { static defaults: PropertyList; get kind(): string; get arity(): number; get notParent(): boolean; } export declare class MmlAnnotationXML extends AbstractMmlNode { static defaults: PropertyList; get kind(): string; protected setChildInheritedAttributes(): void; } export declare class MmlAnnotation extends MmlAnnotationXML { static defaults: { [x: string]: string | number | boolean; }; properties: { isChars: boolean; }; get kind(): string; }