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) 188 B
import React from "react"; interface ApplyLayoutButtonProps { compact?: boolean; } declare const ApplyLayoutButton: React.FC<ApplyLayoutButtonProps>; export default ApplyLayoutButton;