UNPKG

@lumina-study/blocks-graph

Version:

Framework-agnostic Web Component for visualizing Lumina Study block schemas

3 lines 313 B
import type { GraphLayoutConfig } from './graph-layout-config.js'; export declare function calculateLevelOffsets(blocksByLevel: Map<number, string[]>, isVertical: boolean, isReversed: boolean, maxLevel: number, config: GraphLayoutConfig): Map<number, number>; //# sourceMappingURL=calculate-level-offsets.d.ts.map