| 2 | |
| 3 | declare global { |
| 4 | interface FlowConfig { |
| 5 | flowProps?: Omit<ReactFlowProps, 'nodes' | 'edges'> & { nodes: Node[]; edges: Edge[] }; |
| 6 | panelProps?: PanelProps; |
| 7 | backgroundProps?: BackgroundProps; |
| 8 | controlsProps?: ControlProps; |
| 9 | minimapProps?: MiniMapProps; |
| 10 | } |
| 11 | } |
nothing calls this directly
no outgoing calls
no test coverage detected