UNPKG

react-native-mathjax-html-to-svg

Version:

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

19 lines (18 loc) 1.02 kB
import { CHTMLWrapper, Constructor } from '../Wrapper.js'; import { CHTMLscriptbase } from './scriptbase.js'; import { StyleList } from '../../../util/StyleList.js'; declare const CHTMLmsub_base: import("../../common/Wrappers/msubsup.js").MsubConstructor<CHTMLWrapper<any, any, any>> & Constructor<CHTMLscriptbase<any, any, any>>; export declare class CHTMLmsub<N, T, D> extends CHTMLmsub_base { static kind: string; } declare const CHTMLmsup_base: import("../../common/Wrappers/msubsup.js").MsupConstructor<CHTMLWrapper<any, any, any>> & Constructor<CHTMLscriptbase<any, any, any>>; export declare class CHTMLmsup<N, T, D> extends CHTMLmsup_base { static kind: string; } declare const CHTMLmsubsup_base: import("../../common/Wrappers/msubsup.js").MsubsupConstructor<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; toCHTML(parent: N): void; } export {};