mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 07:18:49 +01:00
This commit is contained in:
parent
86dd1a5908
commit
4b940c765c
1 changed files with 1 additions and 1 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -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>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue