diff --git a/packages/core/src/types/node.ts b/packages/core/src/types/node.ts index b10ba327..f98756a7 100644 --- a/packages/core/src/types/node.ts +++ b/packages/core/src/types/node.ts @@ -57,14 +57,12 @@ export interface Node width: 300px) * or pass a string with units (width: `10rem` -> width: 10rem) */ width?: number | string | WidthFunc - /** * Fixed height of node, applied as style * You can pass a number which will be used in pixel values (height: 300 -> height: 300px) @@ -84,7 +82,6 @@ export interface Node> - zIndex?: number ariaLabel?: string } @@ -100,7 +97,6 @@ export interface GraphNode>