(props: Props)
| 219 | } |
| 220 | |
| 221 | export function FlowGraph(props: Props) { |
| 222 | return ( |
| 223 | <ReactFlowProvider> |
| 224 | <FlowGraphInner {...props} /> |
| 225 | </ReactFlowProvider> |
| 226 | ); |
| 227 | } |
| 228 | |
| 229 | export type { GraphNode, GraphEdge }; |
nothing calls this directly
no outgoing calls
no test coverage detected