UNPKG

@plait/mind

Version:

Implementation of the core logic of the mind map plugin.

4 lines (3 loc) 207 B
import { PlaitBoard, Path } from '@plait/core'; import { MindLayoutType } from '@plait/layouts'; export declare const correctLogicLayoutNode: (board: PlaitBoard, layout: MindLayoutType, path: Path) => void;