Graphora API
    Preparing search index...

    Type Alias GraphComponent

    GraphComponent: <NodeData = unknown, EdgeData = unknown>(
        props: GraphProps<NodeData, EdgeData> & React.RefAttributes<
            GraphRef<NodeData, EdgeData>,
        >,
    ) => React.ReactElement | null

    Type Declaration