UNPKG

@lumina-study/graph

Version:

Graph library for Lumina Study

9 lines 362 B
import { Direction } from '../../types'; interface TreeNodeHandlesProps { readonly isVertical: boolean; readonly dir: Direction; } /** Handles used by React Flow nodes */ export declare const TreeNodeHandles: ({ isVertical, dir, }: TreeNodeHandlesProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TreeNodeHandles.d.ts.map