style(stage): 完善Runtime定义

This commit is contained in:
roymondchen 2025-02-20 15:16:20 +08:00
parent 4d77b669ba
commit ebc873d6f3

View File

@ -210,6 +210,7 @@ export interface Runtime {
update?: (data: UpdateData) => void; update?: (data: UpdateData) => void;
sortNode?: (data: SortEventData) => void; sortNode?: (data: SortEventData) => void;
remove?: (data: RemoveData) => void; remove?: (data: RemoveData) => void;
[key: string]: any;
} }
export interface Magic { export interface Magic {