@lumina-study/blocks-graph
Version:
Framework-agnostic Web Component for visualizing Lumina Study block schemas
4 lines • 356 B
TypeScript
import type { Block } from '../types/block.js';
import type { BlockGraph } from '../types/block-graph.js';
export declare function addBlockWithSubBlocks(blockId: string, graph: BlockGraph, targetSet: Set<string>, includeSubBlocks: boolean, getSubBlocks: (id: string, g: BlockGraph) => Block[]): void;
//# sourceMappingURL=add-block-with-sub-blocks.d.ts.map