UNPKG

reagraph

Version:

WebGL Node-based Graph for React

6 lines (5 loc) 228 B
import { LayoutFactoryProps } from './types'; export declare function custom({ graph, drags, getNodePosition }: LayoutFactoryProps): { step(): boolean; getNodePosition(id: string): import('..').InternalGraphPosition; };