import { cn } from '@/lib/utils'; import { NodeToolbar, Position } from '@xyflow/react'; import type { ComponentProps } from 'react'; type ToolbarProps = ComponentProps; export const Toolbar = ({ className, ...props }: ToolbarProps) => ( );