mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-19 21:48:06 +01:00
This commit is contained in:
parent
8b8859bc54
commit
1bb123b74a
15 changed files with 41 additions and 31 deletions
2
app/src/types/protyle.d.ts
vendored
2
app/src/types/protyle.d.ts
vendored
|
|
@ -401,7 +401,7 @@ interface IOptions {
|
|||
};
|
||||
|
||||
/** 编辑器异步渲染完成后的回调方法 */
|
||||
after?(protyle: import("../protyle/index").default): void;
|
||||
after?(protyle: import("../protyle").Protyle): void;
|
||||
}
|
||||
|
||||
interface IProtyle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue