UNPKG

react-native-mathjax-html-to-svg

Version:

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

13 lines (10 loc) 298 B
declare module 'react-native-mathjax-html-to-svg' { import {StyleProp, ViewStyle} from 'react-native'; type Props = { fontSize?: number color?: string fontCache?: boolean style?: StyleProp<ViewStyle> }; export function MathJaxSvg(props: Props) ; }