diff --git a/mathjax/mathjax.d.ts b/mathjax/mathjax.d.ts index 3331688bb6..f49a8435bc 100644 --- a/mathjax/mathjax.d.ts +++ b/mathjax/mathjax.d.ts @@ -549,7 +549,10 @@ declare module jax { * from “Show Source” and put it into a page that uses MathJax’s MathML input jax and expect to get the same * results as the original TeX. (Without this, there may be some spacing differences.) */ - texHints?:boolean; + texHints?: boolean; + + mpContext?: boolean; + mpMouse?: boolean; } export interface IErrorSettings {