UNPKG

@lumina-study/blocks-graph

Version:

Framework-agnostic Web Component for visualizing Lumina Study block schemas

6 lines 177 B
export interface BlockSelectedEvent { blockId: string | null; selectionLevel: number; navigationStack: string[]; } //# sourceMappingURL=block-selected-event.d.ts.map