+
{firstChild}
-
{secondChild}
+ className={`${isHorizontal ? "cursor-ew-resize w-3 flex-col" : "cursor-ns-resize h-3 flex-row"} shrink-0 flex justify-center items-center`}
+ onMouseDown={collapse === Collapse.SPLIT ? onMouseDown : undefined}
+ >
+
:
}
+ ariaLabel="Collapse"
+ onClick={onCollapse}
+ />
+
:
}
+ ariaLabel="Expand"
+ onClick={onExpand}
+ />
+