Improve TSDoc comments for interface GetSimpleBezierPathParams and getSimpleBezierPath

This commit is contained in:
Dimitri POSTOLOV
2025-04-06 04:46:01 +02:00
parent b9e4f82933
commit eb2a33c6df
4 changed files with 24 additions and 9 deletions
@@ -11,7 +11,7 @@ import { useStore, useStoreApi } from '../../hooks/useStore';
import type { Node, Edge, ReactFlowState, ReactFlowProps, FitViewOptions } from '../../types';
import { defaultNodeOrigin } from '../../container/ReactFlow/init-values';
// these fields exist in the global store and we need to keep them up to date
// These fields exist in the global store, and we need to keep them up to date
const reactFlowFieldsToTrack = [
'nodes',
'edges',