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
6 lines (5 loc) • 440 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 as MathJax3OptionList } from "./MathJax3";
export { MathJax4Object, MathJax4Config, OptionList as MathJax4OptionList } from "./MathJax4";