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) 1.19 kB
import { CHTMLWrapper, Constructor } from '../Wrapper.js'; import { CHTMLscriptbase } from './scriptbase.js'; import { StyleList } from '../../../util/StyleList.js'; declare const CHTMLmsub_base: Constructor<import("mathjax-full/ts/output/common/Wrappers/msubsup").CommonMsub<CHTMLWrapper<any, any, any>>> & Constructor<CHTMLscriptbase<any, any, any>>; export declare class CHTMLmsub<N, T, D> extends CHTMLmsub_base { static kind: string; static useIC: boolean; } declare const CHTMLmsup_base: Constructor<import("mathjax-full/ts/output/common/Wrappers/msubsup").CommonMsub<CHTMLWrapper<any, any, any>>> & Constructor<CHTMLscriptbase<any, any, any>>; export declare class CHTMLmsup<N, T, D> extends CHTMLmsup_base { static kind: string; static useIC: boolean; } declare const CHTMLmsubsup_base: Constructor<import("mathjax-full/ts/output/common/Wrappers/msubsup").CommonMsubsup<CHTMLWrapper<any, any, any>>> & Constructor<CHTMLscriptbase<any, any, any>>; export declare class CHTMLmsubsup<N, T, D> extends CHTMLmsubsup_base { static kind: string; static styles: StyleList; static useIC: boolean; markUsed(): void; toCHTML(parent: N): void; } export {};