UNPKG

react-native-mathjax-html-to-svg

Version:

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

8 lines (7 loc) 231 B
export declare class ColorModel { private userColors; private normalizeColor; getColor(model: string, def: string): string; private getColorByName; defineColor(model: string, name: string, def: string): void; }