@lumina-study/blocks-graph
Version:
Framework-agnostic Web Component for visualizing Lumina Study block schemas
4 lines • 387 B
TypeScript
import type { BlockPosition } from '../types/block-position.js';
import type { GraphLayoutConfig } from './graph-layout-config.js';
export declare function calculateBlockPosition(blockIndex: number, levelOffset: number, totalBlocksInLevel: number, isVertical: boolean, isReversed: boolean, config: GraphLayoutConfig): BlockPosition;
//# sourceMappingURL=calculate-block-position.d.ts.map