Vanessa 2025-07-18 10:27:35 +08:00
parent 28684f688b
commit f61a0d6f85

View file

@ -482,6 +482,7 @@ interface IProtyleOptions {
/** 点击末尾是否阻止插入新块 */
preventInsetEmptyBlock?: boolean
}
/** 编辑器异步渲染完成后的回调方法 */
after?(protyle: import("../protyle").Protyle): void;
}