chore(example): add debug node

This commit is contained in:
moklick
2021-11-08 17:55:02 +01:00
parent 9057d3ab75
commit b0bfefeef4
5 changed files with 77 additions and 24 deletions
+2
View File
@@ -239,6 +239,7 @@ export interface NodeProps<T = any> {
sourcePosition?: Position;
isDragging?: boolean;
dragHandle?: string;
zIndex?: number;
}
export interface NodeComponentProps<T = any> {
@@ -264,6 +265,7 @@ export interface NodeComponentProps<T = any> {
style?: CSSProperties;
isDragging?: boolean;
dragHandle?: string;
zIndex?: number;
}
export interface WrapNodeProps<T = any> {