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) • 334 B
TypeScript
import { Constructor } from '../../common/Wrapper.js';
import { CommonMsqrt, MsqrtConstructor } from './msqrt.js';
export interface CommonMroot extends CommonMsqrt {
}
export declare type MrootConstructor = Constructor<CommonMroot>;
export declare function CommonMrootMixin<T extends MsqrtConstructor>(Base: T): MrootConstructor & T;