Removed accidental import
This commit is contained in:
@@ -27,7 +27,6 @@ import type {
|
|||||||
UpdateNodePositions,
|
UpdateNodePositions,
|
||||||
Box,
|
Box,
|
||||||
} from '../types';
|
} from '../types';
|
||||||
import { on } from 'events';
|
|
||||||
|
|
||||||
export type OnDrag = (event: MouseEvent, dragItems: NodeDragItem[], node: NodeBase, nodes: NodeBase[]) => void;
|
export type OnDrag = (event: MouseEvent, dragItems: NodeDragItem[], node: NodeBase, nodes: NodeBase[]) => void;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user