更新组件,兼容MES PullRequest #924
This commit is contained in:
7
src/types/InvokerContext.d.ts
vendored
Normal file
7
src/types/InvokerContext.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { ModContext } from "./ModContext";
|
||||
|
||||
export type InvokerContext = {
|
||||
getRenderContext: () => unknown[] | undefined;
|
||||
initFinish: (ctx: ModContext) => void;
|
||||
receiver: ModContext | null;
|
||||
}
|
Reference in New Issue
Block a user