import type { SvelteFlowStore } from '../../store/types'; import type { Node, Edge, NodeEvents, NodeSelectionEvents } from '../../types'; export type NodeSelectionProps = { store: SvelteFlowStore; } & NodeSelectionEvents & Pick, 'onnodedrag' | 'onnodedragstart' | 'onnodedragstop'>;