wko27 / react-mathjax

MathJax as React component
MIT License
168 stars 71 forks source link

Typescript definitions #14

Open unalkyouie opened 4 years ago

unalkyouie commented 4 years ago

In react-mathjax2 there is no types definitions for typescript users. Is it possible to make PR with these types definitions?

jpribyl commented 3 years ago

I wrote a strongly typed package which uses MathJax 3 to do a very similar thing as this package. It is available here with a live demo here.

I hope this can help someone! For now it only supports Latex inputs and SVG outputs.