Vanessa 2025-05-06 23:06:56 +08:00
parent cd5f93e2d6
commit 8288d484d9
2 changed files with 14 additions and 13 deletions

View file

@ -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[];