chore(types): cleanup
This commit is contained in:
+1
-1
@@ -26,9 +26,9 @@ export interface Node<T = any> {
|
||||
zIndex?: number;
|
||||
extent?: 'parent' | CoordinateExtent;
|
||||
expandParent?: boolean;
|
||||
positionAbsolute?: XYPosition;
|
||||
|
||||
// only used internally
|
||||
positionAbsolute?: XYPosition;
|
||||
[zSymbol]?: number;
|
||||
[handleBoundsSymbol]?: NodeHandleBounds;
|
||||
[isParentSymbol]?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user