/** * Connection Components Index * * Exports all connection/path components for the galaxy visualization. */ export { DataPathLane } from './DataPathLane.js'; export type { DataPathLaneProps } from './DataPathLane.js'; export { TableRelationship } from './TableRelationship.js'; export type { TableRelationshipProps } from './TableRelationship.js'; //# sourceMappingURL=index.d.ts.map