fix(types): rrror declaration of the children prop

This commit is contained in:
keuby 2022-07-05 15:19:20 +08:00 committed by 刘菊萍(絮黎)
parent d85437d4af
commit 951d1cb103

View File

@ -26,7 +26,7 @@ export interface NodeSchema {
* *
*/ */
props?: { props?: {
children?: NodeData[]; children?: NodeData | NodeData[];
} & PropsMap;// | PropsList; } & PropsMap;// | PropsList;
/** /**
* *