UNPKG

@lumina-study/graph

Version:

Graph library for Lumina Study

9 lines 354 B
import { NodeProps } from '@xyflow/react'; import { TreeNodeData } from '../../types'; type TreeNodeProps = NodeProps & { data: TreeNodeData; }; declare function TreeNodeContainer(props: TreeNodeProps): import("react/jsx-runtime").JSX.Element; export declare const TreeNode: typeof TreeNodeContainer; export {}; //# sourceMappingURL=TreeNode.d.ts.map