This commit is contained in:
Vanessa 2022-10-02 20:56:48 +08:00
parent 8b8859bc54
commit 1bb123b74a
15 changed files with 41 additions and 31 deletions

View file

@ -401,7 +401,7 @@ interface IOptions {
};
/** 编辑器异步渲染完成后的回调方法 */
after?(protyle: import("../protyle/index").default): void;
after?(protyle: import("../protyle").Protyle): void;
}
interface IProtyle {