Vanessa 2025-04-30 00:30:30 +08:00
parent 86dd1a5908
commit 4b940c765c

View File

@ -152,7 +152,7 @@ interface Window {
}): void;
};
MathJax: {
tex2svg(math: string, {display: boolean}): HTMLElement
tex2svg(math: string, options: {display: boolean}): HTMLElement
startup: {
promise: Promise<void>
}