mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +08:00
style(stage): 完善Runtime定义
This commit is contained in:
parent
4d77b669ba
commit
ebc873d6f3
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user