From 4b940c765ca09f0ddd5b2696e31a47f85cb6dc95 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 30 Apr 2025 00:30:30 +0800 Subject: [PATCH] :art: https://github.com/siyuan-note/siyuan/issues/12571 --- app/src/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/types/index.d.ts b/app/src/types/index.d.ts index 63dc87302..b6bf08b1d 100644 --- a/app/src/types/index.d.ts +++ b/app/src/types/index.d.ts @@ -152,7 +152,7 @@ interface Window { }): void; }; MathJax: { - tex2svg(math: string, {display: boolean}): HTMLElement + tex2svg(math: string, options: {display: boolean}): HTMLElement startup: { promise: Promise }