mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-24 01:06:09 +01:00
This commit is contained in:
parent
cd5f93e2d6
commit
8288d484d9
2 changed files with 14 additions and 13 deletions
7
app/src/types/index.d.ts
vendored
7
app/src/types/index.d.ts
vendored
|
|
@ -152,10 +152,13 @@ interface Window {
|
|||
}): void;
|
||||
};
|
||||
MathJax: {
|
||||
tex2svg(math: string, options: {display: boolean}): HTMLElement
|
||||
startup: {
|
||||
svg: {
|
||||
fontCache: string
|
||||
}
|
||||
startup?: {
|
||||
promise: Promise<void>
|
||||
}
|
||||
tex2svg?(math: string, options: { display: boolean }): HTMLElement
|
||||
};
|
||||
hljs: {
|
||||
listLanguages(): string[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue