import { Node, NodeID } from './node'; export interface ArrowProps { node: Node; nextNodeId: NodeID; }