react-native-mathjax-html-to-svg
Version:
React Native component to display mathematics in html using MathJax. Uses [MathJax](https://github.com/mathjax/)
10 lines (9 loc) • 403 B
TypeScript
import { CHTMLWrapper } from '../Wrapper.js';
import { MrootConstructor } from '../../common/Wrappers/mroot.js';
import { BBox } from '../../../util/BBox.js';
declare const CHTMLmroot_base: MrootConstructor;
export declare class CHTMLmroot<N, T, D> extends CHTMLmroot_base {
static kind: string;
protected addRoot(ROOT: N, root: CHTMLWrapper<N, T, D>, sbox: BBox, H: number): void;
}
export {};