UNPKG

@jalez/react-flow-automated-layout

Version:

A React library for automated layout of nested node graphs with parent-child relationships using React Flow

10 lines (9 loc) 320 B
import { LayoutEngine } from '../context/LayoutContext'; /** * Adapter for the existing Dagre implementation. * This wraps the original calculateLayoutWithDagre function to match the LayoutEngine interface */ export declare const DagreEngine: LayoutEngine; export declare const engines: { dagre: LayoutEngine; };