mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
fca5bf1692
commit
b2213fd71a
5 changed files with 19 additions and 476 deletions
4
app/src/types/protyle.d.ts
vendored
4
app/src/types/protyle.d.ts
vendored
|
|
@ -125,9 +125,9 @@ interface ILuteOptions extends IMarkdownConfig {
|
|||
}
|
||||
|
||||
declare class Viz {
|
||||
constructor(worker: { worker: Worker });
|
||||
public static instance(): Promise<Viz>;
|
||||
|
||||
renderSVGElement: (code: string) => Promise<any>;
|
||||
renderSVGElement: (code: string) => SVGElement;
|
||||
}
|
||||
|
||||
declare class Viewer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue