UNPKG

react-mathjax

Version:

React component to render math using MathJax

11 lines (8 loc) 144 B
/* @flow */ import Provider from './Provider'; import Node from './Node'; const MathJax = { Provider, Node }; export default MathJax;