Files
cameleer-server/ui/src/components/ExecutionDiagram/index.ts
hsiegeln 5ccefa3cdb feat: add ExecutionDiagram wrapper component
Composes ProcessDiagram with execution overlay data, exchange summary
bar, resizable splitter, and detail panel into a single root component.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 19:05:43 +01:00

3 lines
132 B
TypeScript

export { ExecutionDiagram } from './ExecutionDiagram';
export type { NodeExecutionState, IterationInfo, DetailTab } from './types';