UNPKG

react-native-mathjax-html-to-svg

Version:

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

6 lines (5 loc) 307 B
import { AnyWrapper, WrapperConstructor, Constructor } from '../Wrapper.js'; export interface CommonTeXAtom extends AnyWrapper { } export declare type TeXAtomConstructor = Constructor<CommonTeXAtom>; export declare function CommonTeXAtomMixin<T extends WrapperConstructor>(Base: T): TeXAtomConstructor & T;