mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +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?: {
|
props?: {
|
||||||
children?: NodeData[];
|
children?: NodeData | NodeData[];
|
||||||
} & PropsMap;// | PropsList;
|
} & PropsMap;// | PropsList;
|
||||||
/**
|
/**
|
||||||
* 组件属性对象
|
* 组件属性对象
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user