UNPKG

@lumina-study/blocks-graph

Version:

Framework-agnostic Web Component for visualizing Lumina Study block schemas

10 lines 317 B
import type { Orientation } from '../types/orientation.js'; export interface GraphLayoutConfig { nodeWidth: number; nodeHeight: number; horizontalSpacing: number; verticalSpacing: number; orientation?: Orientation; maxNodesPerLevel?: number; } //# sourceMappingURL=graph-layout-config.d.ts.map