UNPKG

@jalez/react-flow-automated-layout

Version:

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

7 lines (6 loc) 184 B
import React from "react"; interface AutoLayoutToggleProps { compact?: boolean; } declare const AutoLayoutToggle: React.FC<AutoLayoutToggleProps>; export default AutoLayoutToggle;