UNPKG

@gravity-ui/graph

Version:

Modern graph editor component

8 lines (7 loc) 343 B
import { BlockState } from "../../../../store/block/Block"; import { BlockListStore } from "../../../../store/block/BlocksList"; import { Block } from "../Block"; export declare class BlockController { constructor(block: Block); } export declare function getSelectedBlocks(currentBlockState: BlockState, blocksState: BlockListStore): any;