diff --git a/app/src/types/protyle.d.ts b/app/src/types/protyle.d.ts index 333f438ee..3b6b45376 100644 --- a/app/src/types/protyle.d.ts +++ b/app/src/types/protyle.d.ts @@ -482,6 +482,7 @@ interface IProtyleOptions { /** 点击末尾是否阻止插入新块 */ preventInsetEmptyBlock?: boolean } + /** 编辑器异步渲染完成后的回调方法 */ after?(protyle: import("../protyle").Protyle): void; }