mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-29 17:08:21 +08:00
Added 'mpContext' and 'mpMouse' to menu settings type in 'mathjax'.
This commit is contained in:
5
mathjax/mathjax.d.ts
vendored
5
mathjax/mathjax.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user