UNPKG

@gravity-ui/graph

Version:

Modern graph editor component

9 lines (8 loc) 223 B
import { Block } from "../Block"; /** * BlockController handles click events for block selection. * Drag behavior is now managed by DragService. */ export declare class BlockController { constructor(block: Block); }