From 0f21d82bf0f28a53a7c4e631ab3c02c73947fd0b Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Mon, 9 Jan 2023 10:31:00 +0100 Subject: [PATCH] chore(core): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --- packages/core/src/types/node.ts | 4 ---- 1 file changed, 4 deletions(-) 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>