mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
[mathjax] add menuSettings.renderer (#39005)
* Narrower typing for getOption and setOption * Add "div" to CoordsMode (not documented in manual, but present in source code) * Move catchall on/off below ones with explicit names so that handler arguments get correct typing * Narrow type of event parameter for DOMEvent handler * Fix string type accidentally left unnarrowed * Added menuSettings.renderer
This commit is contained in:
committed by
Armando Aguirre
parent
1c71024f16
commit
aa35480024
Vendored
+2
@@ -552,6 +552,8 @@ declare namespace MathJax {
|
||||
|
||||
mpContext?: boolean;
|
||||
mpMouse?: boolean;
|
||||
|
||||
readonly renderer?: "HTML-CSS" | "CommonHTML" | "PreviewHTML" | "NativeMML" | "SVG" | "PlainSource";
|
||||
}
|
||||
|
||||
export interface ErrorSettings {
|
||||
|
||||
Reference in New Issue
Block a user