We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf00c72 commit c6d089eCopy full SHA for c6d089e
ts/components/startup.ts
@@ -71,7 +71,9 @@ export interface MathJaxConfig extends MJConfig {
71
/**
72
* Generic types for the standard MathJax objects
73
*/
74
-export type MATHDOCUMENT = MathDocument<any, any, any> & {menu?: {loadingPromise: Promise<void>}};
+export type MATHDOCUMENT = MathDocument<any, any, any> & {
75
+ menu?: { loadingPromise: Promise<void> };
76
+};
77
export type HANDLER = Handler<any, any, any>;
78
export type DOMADAPTOR = DOMAdaptor<any, any, any>;
79
export type INPUTJAX = InputJax<any, any, any>;
0 commit comments