Merge branch 'jskim-node' of http://39.117.244.52:3000/kjs/ERP-node into gbpark-node
This commit is contained in:
@@ -26,6 +26,8 @@ export interface SplitPanelInfo {
|
||||
initialLeftWidthPercent: number;
|
||||
// 드래그 중 여부
|
||||
isDragging: boolean;
|
||||
// 패널 유형: "component" = 분할 패널 레이아웃 (버튼만 조정), "canvas" = 캔버스 분할선 (모든 컴포넌트 조정)
|
||||
panelType?: "component" | "canvas";
|
||||
}
|
||||
|
||||
export interface SplitPanelResizeContextValue {
|
||||
|
||||
Reference in New Issue
Block a user