mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
chore: fix conflicts
This commit is contained in:
commit
75518e1f8a
@ -13,7 +13,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-datasource-types": "^1.0.21",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"power-di": "^2.2.4",
|
||||
"react": "^16",
|
||||
"strict-event-emitter-types": "^2.0.0"
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
import { IPropParent, SettingEntry } from '@ali/lowcode-designer';
|
||||
|
||||
export interface ChangeOptions {
|
||||
key?: string | number;
|
||||
prop?: SettingEntry | IPropParent;
|
||||
prop?: any;
|
||||
node: Node;
|
||||
newValue: any;
|
||||
oldValue: any;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user