refactor(internals): make prop optional

This commit is contained in:
moklick
2022-05-26 20:57:12 +02:00
parent ee7084b5dc
commit 2ed3ffe818
8 changed files with 30 additions and 14 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export interface Node<T = any> {
positionAbsolute?: XYPosition;
// only used internally
[internalsSymbol]: {
[internalsSymbol]?: {
z?: number;
handleBounds?: NodeHandleBounds;
isParent?: boolean;