UNPKG
react-mathjax2
Version:
latest (0.0.2)
0.0.2
0.0.1
React component for MathJax
github.com/wko27/react-mathjax
wko27/react-mathjax
react-mathjax2
/
src
/
index.js
6 lines
(5 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
import
Node
from
'./Node'
import
Context
from
'./Context'
import
Text
from
'./Text'
export
{
Node
,
Context
,
Text
}
export
default
{
Node
,
Context
,
Text
}