feat(noderenderer): render child nodes

This commit is contained in:
Christopher Möller
2021-10-20 16:57:44 +02:00
parent a0b8aa6fcb
commit 767fbd4377
8 changed files with 180 additions and 69 deletions
+1
View File
@@ -86,6 +86,7 @@ export interface Node<T = any> {
width?: number | null;
height?: number | null;
handleBounds?: NodeHandleBounds;
childNodes?: Node[];
}
export enum ArrowHeadType {