mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 19:52:51 +00:00
fix(types): rrror declaration of the children prop
This commit is contained in:
parent
d85437d4af
commit
951d1cb103
@ -26,7 +26,7 @@ export interface NodeSchema {
|
||||
* 组件属性对象
|
||||
*/
|
||||
props?: {
|
||||
children?: NodeData[];
|
||||
children?: NodeData | NodeData[];
|
||||
} & PropsMap;// | PropsList;
|
||||
/**
|
||||
* 组件属性对象
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user