UNPKG

react-native-mathjax-html-to-svg

Version:

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

7 lines (6 loc) 301 B
import { AnyWrapper, WrapperConstructor, Constructor } from '../Wrapper.js'; export interface CommonMi extends AnyWrapper { noIC: boolean; } export declare type MiConstructor = Constructor<CommonMi>; export declare function CommonMiMixin<T extends WrapperConstructor>(Base: T): MiConstructor & T;