better-react-mathjax
Version:
Up-to-date component for using MathJax in latest React (using functional components and hooks API). Focuses on being versatile and making the use of MathJax in React a pleasant experience without flashes of non-typeset content, both with respect to initia
5 lines (4 loc) • 323 B
TypeScript
export { default as MathJax, MathJaxProps } from "./MathJax";
export { default as MathJaxContext, MathJaxContextProps, MathJaxBaseContext, MathJaxSubscriberProps } from "./MathJaxContext";
export { MathJax2Config, MathJax2Object } from "./MathJax2";
export { MathJax3Object, MathJax3Config, OptionList } from "./MathJax3";