diff --git a/types/mathjax/index.d.ts b/types/mathjax/index.d.ts index 9e3c94f418..0b0d9e1b25 100644 --- a/types/mathjax/index.d.ts +++ b/types/mathjax/index.d.ts @@ -552,6 +552,8 @@ declare namespace MathJax { mpContext?: boolean; mpMouse?: boolean; + + readonly renderer?: "HTML-CSS" | "CommonHTML" | "PreviewHTML" | "NativeMML" | "SVG" | "PlainSource"; } export interface ErrorSettings {