mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 02:04:20 +01:00
This commit is contained in:
parent
d81c7f2609
commit
b577fdf15b
2 changed files with 6 additions and 6 deletions
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -147,7 +147,7 @@ interface Window {
|
|||
}
|
||||
mermaid: {
|
||||
initialize(options: any): void,
|
||||
init(options: any, element: Element): void
|
||||
render(id: string, text: string): { svg:string }
|
||||
};
|
||||
plantumlEncoder: {
|
||||
encode(options: string): string,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue