/** * Workflow Builder Library * * Provides types, converters, and utilities for building visual workflow editors. */ export * from './types'; export * from './yaml-converter'; // Re-export commonly used types from @xyflow/react export type { Node, Edge, Connection } from '@xyflow/react';