mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 07:30:49 +08:00
This commit is contained in:
parent
86dd1a5908
commit
4b940c765c
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
@ -152,7 +152,7 @@ interface Window {
|
|||||||
}): void;
|
}): void;
|
||||||
};
|
};
|
||||||
MathJax: {
|
MathJax: {
|
||||||
tex2svg(math: string, {display: boolean}): HTMLElement
|
tex2svg(math: string, options: {display: boolean}): HTMLElement
|
||||||
startup: {
|
startup: {
|
||||||
promise: Promise<void>
|
promise: Promise<void>
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user